Ticket #651 (new Lifters)

Opened 3 years ago

Last modified 12 days ago

Lifters007: Coding Style

Reported by: mlunzena Owned by: mlunzena
Priority: normal Milestone:
Component: Stud.IP allgemein Version: trunk
Keywords: Cc: mriehe
Abhängigkeiten: Betriebssystem:
Stud.IP Version: Browser:
Reproduzierbarkeit: Schweregrad:
Usability: Code-Review:
Sicherheit: Code-Konventionen:
Entwickler-Dokumentation: Anwender-Dokumentation:
Funktionalität: GUI-Richtlinien:
Textstrings: Schnittstellen:
Sensitive: no

Description

Die Einhaltung eines Coding Standards ist ein wichtiger Bestandteil guter Projektarbeit. Gerade in Open Source Projekten mit vielen Entwicklern wird damit gewährleistet, dass Source Code eine hohe Qualität erhält/behält, weniger Bugs enthält, einfacher zu warten ist, und wiederverwendet werden kann.

Es wurde nach hinreichend ausgiebiger Diskussion ein Coding Standards auf der Basis des Zend Coding Standards entwickelt:  http://hilfe.studip.de/index.php/Entwickler/CodingStyle

Dieser Standard regelt wie PHP-Dateien zu formatieren, Namen zu vergeben und Code einzurücken ist. Nach Annahme des Lifters verpflichten sich die Stud.IP-Entwickler, sich an diesen zu halten. Verstöße verhindern das Einfließen ins Release.

Vorhandener Code wird inkrementell angepasst. Unter Umständen können Tools verwendet werden, die zumindest den Coding Style entsprechend automatisch anpassen.

Change History

comment:1 Changed 3 years ago by mlunzena

(In [12595]) add lifters mark for lifters007, refs #651

comment:2 Changed 3 years ago by mriehe

  • Cc mriehe added

comment:3 Changed 3 years ago by mriehe

(In [12610]) 'new user' form with messageboxes, refs #594, refs #651

comment:4 Changed 3 years ago by mriehe

(In [12625]) pagelevel-block test, refs #651

comment:5 Changed 3 years ago by mlunzena

(In [12658]) DRY the Messagebox class and adhere to Lifters007, refs #651, refs #594

comment:6 Changed 3 years ago by mlunzena

(In [12659]) rename Messagebox methods to reflect intentions, refs #651, refs #594

Messagebox#warning to Messagebox#error Messagebox#error to Messagebox#exception

comment:7 Changed 3 years ago by mlunzena

(In [12660]) rename class Messagebox to MessageBox? according to Lifters007, refs #651, refs #594

comment:8 Changed 3 years ago by mriehe

(In [12738]) refs #651,

comment:9 Changed 2 years ago by elmar

  • Summary changed from Lifters007 - Coding Style to Lifters007: Coding Style

comment:10 Changed 2 years ago by elmar

(In [14862]) remove Windows/DOS line breaks from files, re #651

comment:11 Changed 2 years ago by elmar

(In [14867]) replace tabs with spaces according to coding style, re #651

comment:12 Changed 2 years ago by elmar

(In [14996]) kill obsolete noexpandtab vim modeline, re #651

comment:13 Changed 23 months ago by mriehe

(In [15136]) adding new structure, re #651, re #1076

comment:14 Changed 23 months ago by mriehe

(In [15153]) bugfixing navigation, re #651, re #1076

comment:15 Changed 23 months ago by mriehe

(In [15154]) renaming navigation, re #651, re #1076

comment:16 Changed 23 months ago by mriehe

(In [15203]) show missing homepageplugins, fixes #1100, re #651

comment:17 Changed 23 months ago by elmar

(In [15255]) Merged revisions 14996,14999,15016,15018,15026,15030,15051,15091-15093,15098,15101-15103,15107,15109,15139,15151-15152,15168,15170-15171,15174-15175,15177,15179-15180,15202,15209-15210,15218,15220-15221,15223,15225-15226,15230,15235,15238 via svnmerge from  svn://develop.studip.de/studip/trunk

........

r14996 | elmar | 2010-03-22 14:02:11 +0100 (Mon, 22 Mar 2010) | 2 lines

kill obsolete noexpandtab vim modeline, re #651

........

r14999 | anoack | 2010-03-22 14:26:20 +0100 (Mon, 22 Mar 2010) | 1 line

fixes #1032 again

........

r15016 | elmar | 2010-03-24 10:05:41 +0100 (Wed, 24 Mar 2010) | 2 lines

clear layout attributes after each plugin, re #345

........

r15018 | elmar | 2010-03-24 12:32:08 +0100 (Wed, 24 Mar 2010) | 2 lines

add getInfoTemplate() to StandardPlugin? interface, re #345

........

r15026 | elmar | 2010-03-24 21:03:38 +0100 (Wed, 24 Mar 2010) | 2 lines

flip 2nd and 3rd argument of Navigation::insertItem(), re #748

........

r15030 | anoack | 2010-03-26 14:48:32 +0100 (Fri, 26 Mar 2010) | 1 line

StEP Form für alle

........

r15051 | suchi | 2010-03-27 13:30:06 +0100 (Sat, 27 Mar 2010) | 1 line

Update AUTHORS and ChangeLog?

........

r15091 | tgloeggl | 2010-03-28 00:46:16 +0100 (Sun, 28 Mar 2010) | 1 line

fixes #71

........

r15092 | aklassen | 2010-03-28 00:47:50 +0100 (Sun, 28 Mar 2010) | 2 lines

add additional check fixes #1037

........

r15093 | suchi | 2010-03-28 00:50:33 +0100 (Sun, 28 Mar 2010) | 1 line

fix #1070

........

r15098 | sewert | 2010-03-29 13:01:06 +0200 (Mon, 29 Mar 2010) | 1 line

falscher return Wert bei erfolgloser Suche in StudipSemSearchHelper?, fixes #990

........

r15101 | sewert | 2010-03-29 14:45:10 +0200 (Mon, 29 Mar 2010) | 1 line

ereg(i)(_replace) und split(i) ersetzt, fixes #974

........

r15102 | tgloeggl | 2010-03-29 14:56:13 +0200 (Mon, 29 Mar 2010) | 1 line

fixes #71

........

r15103 | anoack | 2010-03-29 19:29:23 +0200 (Mon, 29 Mar 2010) | 1 line

Tippfehler re #71

........

r15107 | elmar | 2010-03-30 10:47:29 +0200 (Tue, 30 Mar 2010) | 2 lines

also test plugin activation status for institutes, fixes #1059

........

r15109 | elmar | 2010-03-30 13:43:46 +0200 (Tue, 30 Mar 2010) | 2 lines

fix tooltips on search page, fixes #1082

........

r15139 | aklassen | 2010-03-31 19:49:02 +0200 (Wed, 31 Mar 2010) | 2 lines

fix actions refs #1086 - modal dialog has to be added

........

r15151 | sziemke | 2010-04-01 15:19:40 +0200 (Thu, 01 Apr 2010) | 1 line

fixes #964 for trunk

........

r15152 | aklassen | 2010-04-01 15:38:11 +0200 (Thu, 01 Apr 2010) | 2 lines

add a modal dialog and a check whether someone wants to twiddle with the groupfounder fixes #1086

........

r15168 | elmar | 2010-04-07 11:08:12 +0200 (Wed, 07 Apr 2010) | 2 lines

don't execute empty SQL queries on plugin install, fixes #1094

........

r15170 | elmar | 2010-04-07 13:38:54 +0200 (Wed, 07 Apr 2010) | 2 lines

use makeButton() + use localized strings, re #167

........

r15171 | elmar | 2010-04-07 13:53:52 +0200 (Wed, 07 Apr 2010) | 2 lines

don't mess with result of getFullClass(), fixes #189

........

r15174 | elmar | 2010-04-07 14:53:03 +0200 (Wed, 07 Apr 2010) | 2 lines

use INST_USER_STATUS where appropriate, rename logInstitutes(), re #71

........

r15175 | elmar | 2010-04-07 15:10:21 +0200 (Wed, 07 Apr 2010) | 2 lines

use correct spelling for field name, fixes #71

........

r15177 | elmar | 2010-04-07 15:56:02 +0200 (Wed, 07 Apr 2010) | 2 lines

check flasherrors? for errors, re #1037

........

r15179 | elmar | 2010-04-07 17:18:00 +0200 (Wed, 07 Apr 2010) | 2 lines

typo fix in preg_replace(), re #974

........

r15180 | elmar | 2010-04-07 17:50:21 +0200 (Wed, 07 Apr 2010) | 2 lines

fix double htmlReady() handling, fixes #1098

........

r15202 | suchi | 2010-04-08 14:36:07 +0200 (Thu, 08 Apr 2010) | 2 lines

Bugfix for coregroup markup

........

r15209 | mriehe | 2010-04-08 17:36:24 +0200 (Thu, 08 Apr 2010) | 1 line

removing wrong echo in template, fixes #1101

........

r15210 | anoack | 2010-04-08 17:57:19 +0200 (Thu, 08 Apr 2010) | 1 line

Kosmetik, re #1084

........

r15218 | aklassen | 2010-04-09 14:20:51 +0200 (Fri, 09 Apr 2010) | 2 lines

add call of htmlReady and refine if stmt refs #1058

........

r15220 | elmar | 2010-04-09 14:53:21 +0200 (Fri, 09 Apr 2010) | 2 lines

fix tooltip call, fixes #1103

........

r15221 | aklassen | 2010-04-09 15:06:02 +0200 (Fri, 09 Apr 2010) | 2 lines

further usage htmlReady() refs #1058

........

r15223 | aklassen | 2010-04-09 16:05:29 +0200 (Fri, 09 Apr 2010) | 2 lines

some further refinements refs #1086

........

r15225 | anoack | 2010-04-09 16:24:57 +0200 (Fri, 09 Apr 2010) | 1 line

fixes #939 again

........

r15226 | anoack | 2010-04-09 16:26:00 +0200 (Fri, 09 Apr 2010) | 1 line

upps fixes #939 again

........

r15230 | elmar | 2010-04-09 16:41:39 +0200 (Fri, 09 Apr 2010) | 2 lines

simplify partial rendering, re #1101

........

r15235 | anoack | 2010-04-09 17:26:45 +0200 (Fri, 09 Apr 2010) | 1 line

fixes #1105

........

r15238 | mlunzena | 2010-04-11 08:49:02 +0200 (Sun, 11 Apr 2010) | 1 line

remove abridged version of trails

........

comment:18 Changed 23 months ago by anoack

(In [15280]) Merged revisions 15159-15279 via svnmerge from  svn://develop.studip.de/studip/branches/1.11

................

r15185 | tgloeggl | 2010-04-07 20:53:12 +0200 (Mi, 07 Apr 2010) | 13 lines

Merged revisions 15183-15184 via svnmerge from  svn://develop.studip.de/studip/trunk

........

r15183 | tgloeggl | 2010-04-07 19:08:19 +0200 (Mi, 07 Apr 2010) | 1 line

fixes #1095

........

r15184 | tgloeggl | 2010-04-07 19:10:19 +0200 (Mi, 07 Apr 2010) | 1 line

refs #1095#

........

................

r15253 | elmar | 2010-04-12 08:27:33 +0200 (Mo, 12 Apr 2010) | 2 lines

Blocked revisions 15006,15041,15043,15047,15050,15059,15064,15094-15096,15110,15112,15116-15117,15124,15128-15130,15134-15136,15138,15140,15148,15153-15154,15156,15178,15199-15200,15203-15204 via svnmerge

................

r15255 | elmar | 2010-04-12 10:54:20 +0200 (Mo, 12 Apr 2010) | 161 lines

Merged revisions 14996,14999,15016,15018,15026,15030,15051,15091-15093,15098,15101-15103,15107,15109,15139,15151-15152,15168,15170-15171,15174-15175,15177,15179-15180,15202,15209-15210,15218,15220-15221,15223,15225-15226,15230,15235,15238 via svnmerge from  svn://develop.studip.de/studip/trunk

........

r14996 | elmar | 2010-03-22 14:02:11 +0100 (Mon, 22 Mar 2010) | 2 lines

kill obsolete noexpandtab vim modeline, re #651

........

r14999 | anoack | 2010-03-22 14:26:20 +0100 (Mon, 22 Mar 2010) | 1 line

fixes #1032 again

........

r15016 | elmar | 2010-03-24 10:05:41 +0100 (Wed, 24 Mar 2010) | 2 lines

clear layout attributes after each plugin, re #345

........

r15018 | elmar | 2010-03-24 12:32:08 +0100 (Wed, 24 Mar 2010) | 2 lines

add getInfoTemplate() to StandardPlugin? interface, re #345

........

r15026 | elmar | 2010-03-24 21:03:38 +0100 (Wed, 24 Mar 2010) | 2 lines

flip 2nd and 3rd argument of Navigation::insertItem(), re #748

........

r15030 | anoack | 2010-03-26 14:48:32 +0100 (Fri, 26 Mar 2010) | 1 line

StEP Form für alle

........

r15051 | suchi | 2010-03-27 13:30:06 +0100 (Sat, 27 Mar 2010) | 1 line

Update AUTHORS and ChangeLog?

........

r15091 | tgloeggl | 2010-03-28 00:46:16 +0100 (Sun, 28 Mar 2010) | 1 line

fixes #71

........

r15092 | aklassen | 2010-03-28 00:47:50 +0100 (Sun, 28 Mar 2010) | 2 lines

add additional check fixes #1037

........

r15093 | suchi | 2010-03-28 00:50:33 +0100 (Sun, 28 Mar 2010) | 1 line

fix #1070

........

r15098 | sewert | 2010-03-29 13:01:06 +0200 (Mon, 29 Mar 2010) | 1 line

falscher return Wert bei erfolgloser Suche in StudipSemSearchHelper?, fixes #990

........

r15101 | sewert | 2010-03-29 14:45:10 +0200 (Mon, 29 Mar 2010) | 1 line

ereg(i)(_replace) und split(i) ersetzt, fixes #974

........

r15102 | tgloeggl | 2010-03-29 14:56:13 +0200 (Mon, 29 Mar 2010) | 1 line

fixes #71

........

r15103 | anoack | 2010-03-29 19:29:23 +0200 (Mon, 29 Mar 2010) | 1 line

Tippfehler re #71

........

r15107 | elmar | 2010-03-30 10:47:29 +0200 (Tue, 30 Mar 2010) | 2 lines

also test plugin activation status for institutes, fixes #1059

........

r15109 | elmar | 2010-03-30 13:43:46 +0200 (Tue, 30 Mar 2010) | 2 lines

fix tooltips on search page, fixes #1082

........

r15139 | aklassen | 2010-03-31 19:49:02 +0200 (Wed, 31 Mar 2010) | 2 lines

fix actions refs #1086 - modal dialog has to be added

........

r15151 | sziemke | 2010-04-01 15:19:40 +0200 (Thu, 01 Apr 2010) | 1 line

fixes #964 for trunk

........

r15152 | aklassen | 2010-04-01 15:38:11 +0200 (Thu, 01 Apr 2010) | 2 lines

add a modal dialog and a check whether someone wants to twiddle with the groupfounder fixes #1086

........

r15168 | elmar | 2010-04-07 11:08:12 +0200 (Wed, 07 Apr 2010) | 2 lines

don't execute empty SQL queries on plugin install, fixes #1094

........

r15170 | elmar | 2010-04-07 13:38:54 +0200 (Wed, 07 Apr 2010) | 2 lines

use makeButton() + use localized strings, re #167

........

r15171 | elmar | 2010-04-07 13:53:52 +0200 (Wed, 07 Apr 2010) | 2 lines

don't mess with result of getFullClass(), fixes #189

........

r15174 | elmar | 2010-04-07 14:53:03 +0200 (Wed, 07 Apr 2010) | 2 lines

use INST_USER_STATUS where appropriate, rename logInstitutes(), re #71

........

r15175 | elmar | 2010-04-07 15:10:21 +0200 (Wed, 07 Apr 2010) | 2 lines

use correct spelling for field name, fixes #71

........

r15177 | elmar | 2010-04-07 15:56:02 +0200 (Wed, 07 Apr 2010) | 2 lines

check flasherrors? for errors, re #1037

........

r15179 | elmar | 2010-04-07 17:18:00 +0200 (Wed, 07 Apr 2010) | 2 lines

typo fix in preg_replace(), re #974

........

r15180 | elmar | 2010-04-07 17:50:21 +0200 (Wed, 07 Apr 2010) | 2 lines

fix double htmlReady() handling, fixes #1098

........

r15202 | suchi | 2010-04-08 14:36:07 +0200 (Thu, 08 Apr 2010) | 2 lines

Bugfix for coregroup markup

........

r15209 | mriehe | 2010-04-08 17:36:24 +0200 (Thu, 08 Apr 2010) | 1 line

removing wrong echo in template, fixes #1101

........

r15210 | anoack | 2010-04-08 17:57:19 +0200 (Thu, 08 Apr 2010) | 1 line

Kosmetik, re #1084

........

r15218 | aklassen | 2010-04-09 14:20:51 +0200 (Fri, 09 Apr 2010) | 2 lines

add call of htmlReady and refine if stmt refs #1058

........

r15220 | elmar | 2010-04-09 14:53:21 +0200 (Fri, 09 Apr 2010) | 2 lines

fix tooltip call, fixes #1103

........

r15221 | aklassen | 2010-04-09 15:06:02 +0200 (Fri, 09 Apr 2010) | 2 lines

further usage htmlReady() refs #1058

........

r15223 | aklassen | 2010-04-09 16:05:29 +0200 (Fri, 09 Apr 2010) | 2 lines

some further refinements refs #1086

........

r15225 | anoack | 2010-04-09 16:24:57 +0200 (Fri, 09 Apr 2010) | 1 line

fixes #939 again

........

r15226 | anoack | 2010-04-09 16:26:00 +0200 (Fri, 09 Apr 2010) | 1 line

upps fixes #939 again

........

r15230 | elmar | 2010-04-09 16:41:39 +0200 (Fri, 09 Apr 2010) | 2 lines

simplify partial rendering, re #1101

........

r15235 | anoack | 2010-04-09 17:26:45 +0200 (Fri, 09 Apr 2010) | 1 line

fixes #1105

........

r15238 | mlunzena | 2010-04-11 08:49:02 +0200 (Sun, 11 Apr 2010) | 1 line

remove abridged version of trails

........

................

r15260 | elmar | 2010-04-12 11:24:49 +0200 (Mo, 12 Apr 2010) | 2 lines

revert merge of [14999] as part of [15255] on 1.11 branch

................

r15277 | elmar | 2010-04-12 18:21:28 +0200 (Mo, 12 Apr 2010) | 17 lines

Merged revisions 15262,15269,15275 via svnmerge from  svn://develop.studip.de/studip/trunk

........

r15262 | elmar | 2010-04-12 12:52:33 +0200 (Mon, 12 Apr 2010) | 2 lines

kill old "bereiche" check, fixes #1107

........

r15269 | elmar | 2010-04-12 16:59:48 +0200 (Mon, 12 Apr 2010) | 2 lines

display message if no plugins are installed, fixes #1052

........

r15275 | elmar | 2010-04-12 18:12:35 +0200 (Mon, 12 Apr 2010) | 2 lines

get HELP_KEYWORD when help link is rendered, fixes #1106

........

................

comment:19 Changed 22 months ago by mriehe

(In [15431]) changing graph for evaluation, fixes #1060, re #651

comment:20 Changed 22 months ago by mriehe

(In [15436]) fixing minor bugs for evaluation results, fixes #1060, re #651

comment:21 Changed 22 months ago by mriehe

(In [15437]) fixing layout bug, fixes #1104, re #651

comment:22 Changed 22 months ago by mriehe

(In [15703]) changing code format, re #1075, re#651

comment:23 Changed 19 months ago by mriehe

(In [16508]) readding chat, re #1292, re #651

comment:24 Changed 19 months ago by mriehe

(In [16509]) changing icons, re #1292, re #651

comment:25 Changed 18 months ago by tgloeggl

(In [16873]) Merged revisions 16495-16502,16506-16512,16518,16520,16522-16525,16527-16531,16535,16543-16545,16557-16558,16561-16563,16567,16570-16571,16576-16577,16579-16581,16591-16598,16603-16604,16606-16612,16616-16619,16622,16624-16627,16634,16639,16641-16647,16650,16655-16659,16672-16675,16678,16680-16693,16695-16699,16707-16710,16712,16714-16715,16718-16730,16733-16738,16741-16743,16746-16776,16778-16779,16781-16786,16788-16871 via svnmerge from  svn://develop.studip.de/studip/trunk

........

r16495 | mriehe | 2010-07-27 15:49:16 +0200 (Di, 27 Jul 2010) | 1 line

fixing icon name, re #1292

........

r16496 | anoack | 2010-07-27 16:00:16 +0200 (Di, 27 Jul 2010) | 1 line

bugfix Termineingabe, Sortierung re #1298

........

r16497 | krassmus | 2010-07-27 16:02:39 +0200 (Di, 27 Jul 2010) | 3 lines

refs #1089

username instead of user_id

........

r16498 | mriehe | 2010-07-27 22:44:55 +0200 (Di, 27 Jul 2010) | 1 line

adding 16px icons, re #1292

........

r16499 | mriehe | 2010-07-27 23:15:19 +0200 (Di, 27 Jul 2010) | 1 line

changing tabs and meine_seminare, re #1292

........

r16500 | mriehe | 2010-07-27 23:24:45 +0200 (Di, 27 Jul 2010) | 1 line

changing tabs and meine_seminare, re #1292

........

r16501 | mriehe | 2010-07-28 00:51:45 +0200 (Mi, 28 Jul 2010) | 1 line

changing index.php, re #1292

........

r16502 | mriehe | 2010-07-28 01:02:22 +0200 (Mi, 28 Jul 2010) | 1 line

changing index.php, re #1292

........

r16506 | mriehe | 2010-07-28 16:42:47 +0200 (Mi, 28 Jul 2010) | 1 line

changing icons, re #1292

........

r16507 | mriehe | 2010-07-28 16:57:01 +0200 (Mi, 28 Jul 2010) | 1 line

fixing online.php, re #1292

........

r16508 | mriehe | 2010-07-28 21:51:54 +0200 (Mi, 28 Jul 2010) | 1 line

readding chat, re #1292, re #651

........

r16509 | mriehe | 2010-07-29 00:24:01 +0200 (Do, 29 Jul 2010) | 1 line

changing icons, re #1292, re #651

........

r16510 | mlunzena | 2010-07-29 10:00:06 +0200 (Do, 29 Jul 2010) | 1 line

make application.js jslint compliant, refs #1272

........

r16511 | mlunzena | 2010-07-29 10:12:59 +0200 (Do, 29 Jul 2010) | 3 lines

add compatibility fix for missing Array#indexOf, fixes #1235

IE 7 and 8 do not have Array#indexOf; see  https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Objects/Array/IndexOf for a detailed explanation

........

r16512 | anoack | 2010-07-29 11:27:33 +0200 (Do, 29 Jul 2010) | 1 line

resurrect Seminar::getMetaDateType() re #1298

........

r16518 | mlunzena | 2010-07-29 20:41:59 +0200 (Do, 29 Jul 2010) | 3 lines

apply new patch from Eli Grey, refs #1235

see  http://github.com/eligrey/l10n.js/issues/closed#issue/1

........

r16520 | elmar | 2010-07-30 11:02:55 +0200 (Fr, 30 Jul 2010) | 2 lines

restore JS localizations and load PageLayout? early, re #1290

........

r16522 | mlunzena | 2010-07-30 12:36:39 +0200 (Fr, 30 Jul 2010) | 5 lines

update js l10n, refs #1221

  • add calendar days to translations
  • send UTF-8 as content encoding
  • encode translations as UTF-8

........

r16523 | mlunzena | 2010-07-30 14:47:52 +0200 (Fr, 30 Jul 2010) | 1 line

fix top icon opera specific problem, refs #1292

........

r16524 | mlunzena | 2010-07-30 14:59:25 +0200 (Fr, 30 Jul 2010) | 1 line

do not frighten the icons, refs #1292

........

r16525 | mlunzena | 2010-07-30 15:05:22 +0200 (Fr, 30 Jul 2010) | 1 line

forgot to change the padding, refs #1292

........

r16527 | mlunzena | 2010-07-30 21:14:42 +0200 (Fr, 30 Jul 2010) | 1 line

remove transitions of top nav, refs #1292

........

r16528 | mlunzena | 2010-07-30 21:16:53 +0200 (Fr, 30 Jul 2010) | 1 line

missed white hover color, refs #1292

........

r16529 | pthiene | 2010-07-30 22:17:17 +0200 (Fr, 30 Jul 2010) | 1 line

StEP00205 Gruppenterminkalender, refs #1302

........

r16530 | pthiene | 2010-07-30 22:32:35 +0200 (Fr, 30 Jul 2010) | 1 line

StEP00205 Gruppenterminkalender Dateien fuer sync und views, refs #1302

........

r16531 | mriehe | 2010-07-31 15:55:33 +0200 (Sa, 31 Jul 2010) | 1 line

changing top navigation + hover + active, re #1292

........

r16535 | pthiene | 2010-08-02 13:09:56 +0200 (Mo, 02 Aug 2010) | 1 line

undo changeset [16530-16529], refs #1302

........

r16543 | suchi | 2010-08-03 12:04:35 +0200 (Di, 03 Aug 2010) | 2 lines

Update translation strings

........

r16544 | mriehe | 2010-08-03 12:16:00 +0200 (Di, 03 Aug 2010) | 1 line

changing top navigation, hover vs. active, re #1292

........

r16545 | mlunzena | 2010-08-03 12:45:27 +0200 (Di, 03 Aug 2010) | 1 line

add comments, refs #1269

........

r16557 | anoack | 2010-08-03 18:51:25 +0200 (Di, 03 Aug 2010) | 1 line

bugfix: Avatar::getAvatar() braucht user_id, re #1251

........

r16558 | anoack | 2010-08-03 19:32:21 +0200 (Di, 03 Aug 2010) | 1 line

bugfix: speichern von Datenfeldern, re #1251

........

r16561 | mlunzena | 2010-08-05 08:34:36 +0200 (Do, 05 Aug 2010) | 3 lines

Revert "show studipMin/MaxVersion on plugin_admin/manifest page, refs #1231"

This reverts commit bd39a33823ebef104faa876f81021c0cdc12b238.

........

r16562 | mlunzena | 2010-08-05 08:34:42 +0200 (Do, 05 Aug 2010) | 3 lines

Revert "verhindere die Installation von Plugins ohne gültige studipMin/MaxVersion, refs #1231"

This reverts commit bb95a359ca6d8e3c6f775615735879ca076d627b.

........

r16563 | anoack | 2010-08-05 10:24:12 +0200 (Do, 05 Aug 2010) | 1 line

page_close() entfernt, re #1290

........

r16567 | aklassen | 2010-08-05 13:25:45 +0200 (Do, 05 Aug 2010) | 1 line

adding phpdoc descriptions to studygroup controller refs #1058

........

r16570 | mriehe | 2010-08-05 15:31:53 +0200 (Do, 05 Aug 2010) | 1 line

changing top navigation, hover vs. active, re #1292

........

r16571 | anoack | 2010-08-05 15:54:42 +0200 (Do, 05 Aug 2010) | 1 line

bugfix htmlready(), re #1299

........

r16576 | anoack | 2010-08-05 18:47:27 +0200 (Do, 05 Aug 2010) | 1 line

devdoc, re #1224 #1282

........

r16577 | elmar | 2010-08-06 11:37:47 +0200 (Fr, 06 Aug 2010) | 2 lines

remove unused includes of md5.js, re #1189

........

r16579 | elmar | 2010-08-06 13:16:18 +0200 (Fr, 06 Aug 2010) | 2 lines

avoid using reset(), re #1061

........

r16580 | elmar | 2010-08-06 13:47:02 +0200 (Fr, 06 Aug 2010) | 2 lines

use CSS 2 cursor attribute, re #1145

........

r16581 | anoack | 2010-08-06 14:35:43 +0200 (Fr, 06 Aug 2010) | 1 line

removing cssClassSwitcher, add i18n re #1272

........

r16591 | elmar | 2010-08-06 17:27:33 +0200 (Fr, 06 Aug 2010) | 2 lines

use PageLayout? API, add missing htmlReady(), CssClassSwitcher?, re #1272

........

r16592 | anoack | 2010-08-06 17:33:24 +0200 (Fr, 06 Aug 2010) | 1 line

template eingefügt, re #1300

........

r16593 | mlunzena | 2010-08-09 11:12:20 +0200 (Mo, 09 Aug 2010) | 1 line

remove unused organizer, refs #1272

........

r16594 | mlunzena | 2010-08-09 11:12:26 +0200 (Mo, 09 Aug 2010) | 1 line

add more comments, refs #1272

........

r16595 | elmar | 2010-08-09 11:18:44 +0200 (Mo, 09 Aug 2010) | 2 lines

move htmlReady to templates, re #1272

........

r16596 | mriehe | 2010-08-09 13:06:39 +0200 (Mo, 09 Aug 2010) | 1 line

fixing sql and migration, re #1077

........

r16597 | elmar | 2010-08-09 13:29:29 +0200 (Mo, 09 Aug 2010) | 2 lines

drop caching, use Navigation API (isVisible/isEnabled), re #1078

........

r16598 | elmar | 2010-08-09 14:30:47 +0200 (Mo, 09 Aug 2010) | 2 lines

hide sub-nav of "start" in sitemap, re #1078

........

r16603 | elmar | 2010-08-09 16:50:30 +0200 (Mo, 09 Aug 2010) | 2 lines

allow tabs on any level in the navigation tree, re #1078

........

r16604 | elmar | 2010-08-09 18:09:05 +0200 (Mo, 09 Aug 2010) | 2 lines

simplify template and fix coding style, re #1299

........

r16606 | mlunzena | 2010-08-10 09:29:51 +0200 (Di, 10 Aug 2010) | 1 line

override title attribute for avatars of courses and institutes, fixes #1113

........

r16607 | mlunzena | 2010-08-10 09:50:55 +0200 (Di, 10 Aug 2010) | 1 line

simplified onclick handler, refs #1202

........

r16608 | root | 2010-08-10 10:26:22 +0200 (Di, 10 Aug 2010) | 1 line

bugfix re #1113

........

r16609 | elmar | 2010-08-10 10:44:05 +0200 (Di, 10 Aug 2010) | 2 lines

also rename Studip_PluginNotFoundException, re #1204

........

r16610 | elmar | 2010-08-10 10:46:32 +0200 (Di, 10 Aug 2010) | 2 lines

require renamed file, re #1204

........

r16611 | mlunzena | 2010-08-10 11:54:53 +0200 (Di, 10 Aug 2010) | 1 line

fix coding, refs #1272

........

r16612 | elmar | 2010-08-10 12:37:50 +0200 (Di, 10 Aug 2010) | 2 lines

fix XSS in message box + code cleanup, re #1055

........

r16616 | mlunzena | 2010-08-10 14:57:23 +0200 (Di, 10 Aug 2010) | 1 line

save as latin-1, refs #1272

........

r16617 | elmar | 2010-08-10 14:59:38 +0200 (Di, 10 Aug 2010) | 2 lines

kill old ajax_notification (removed in [15908]), re #1205

........

r16618 | elmar | 2010-08-10 15:08:22 +0200 (Di, 10 Aug 2010) | 2 lines

revert TIC #1299 ([16604], [16571], [16477]), re #1299

........

r16619 | mlunzena | 2010-08-10 15:11:21 +0200 (Di, 10 Aug 2010) | 1 line

redirect after toggleing, fixes #1229

........

r16622 | mlunzena | 2010-08-10 15:32:35 +0200 (Di, 10 Aug 2010) | 1 line

apply coding style, refs #1111

........

r16624 | elmar | 2010-08-10 16:50:43 +0200 (Di, 10 Aug 2010) | 2 lines

drop lib/trails for 2.0 (pushed to 2.1), re #1075

........

r16625 | elmar | 2010-08-10 16:58:25 +0200 (Di, 10 Aug 2010) | 2 lines

fix trails usage (current API), re #1075

........

r16626 | elmar | 2010-08-10 17:17:02 +0200 (Di, 10 Aug 2010) | 2 lines

$_language is a session variable, fixes #1309

........

r16627 | elmar | 2010-08-10 17:28:25 +0200 (Di, 10 Aug 2010) | 2 lines

fix more trails usage (current API), re #1075

........

r16634 | elmar | 2010-08-11 14:35:37 +0200 (Mi, 11 Aug 2010) | 2 lines

pass result of url_for() through URLHelper, fixes #1254

........

r16639 | mlunzena | 2010-08-12 10:53:55 +0200 (Do, 12 Aug 2010) | 1 line

simplify js, refs #1293

........

r16641 | mlunzena | 2010-08-12 13:02:36 +0200 (Do, 12 Aug 2010) | 1 line

do not append software version to external URLs, refs #1301

........

r16642 | mriehe | 2010-08-12 16:16:43 +0200 (Do, 12 Aug 2010) | 1 line

changing more icons, re #1292

........

r16643 | hackl | 2010-08-12 16:23:40 +0200 (Do, 12 Aug 2010) | 2 lines

fixes #1280 Name conflict in list and month calendar view

........

r16644 | elmar | 2010-08-12 17:00:13 +0200 (Do, 12 Aug 2010) | 6 lines

review changes for new navigation structure, re #1076

  • restore file history in SVN
  • integrate AccountNavigation? into StudipNavigation?
  • rename some navigation paths (profil -> profile, account -> settings etc.)
  • remove dead code and fix some comments

........

r16645 | mriehe | 2010-08-12 17:57:23 +0200 (Do, 12 Aug 2010) | 1 line

changing ampel icons, re #1292

........

r16646 | elmar | 2010-08-12 18:22:40 +0200 (Do, 12 Aug 2010) | 2 lines

revert [16641], [16485], [16481], re #1301

........

r16647 | mriehe | 2010-08-12 18:32:16 +0200 (Do, 12 Aug 2010) | 1 line

changing balkengriffe, re #1292

........

r16650 | elmar | 2010-08-13 11:16:41 +0200 (Fr, 13 Aug 2010) | 2 lines

show public course marker only if logged in, fixes #1311

........

r16655 | mriehe | 2010-08-13 16:38:21 +0200 (Fr, 13 Aug 2010) | 1 line

reorganize icons, re #1292

........

r16656 | mriehe | 2010-08-13 16:40:23 +0200 (Fr, 13 Aug 2010) | 1 line

reorganize icons, re #1292

........

r16657 | mriehe | 2010-08-13 17:20:54 +0200 (Fr, 13 Aug 2010) | 1 line

changing and adding icons, re #1292

........

r16658 | mriehe | 2010-08-13 17:28:13 +0200 (Fr, 13 Aug 2010) | 1 line

changing and adding icons, re #1292

........

r16659 | mriehe | 2010-08-13 17:44:52 +0200 (Fr, 13 Aug 2010) | 1 line

a lot of changes, icons..., re #1292

........

r16672 | mlunzena | 2010-08-13 22:53:05 +0200 (Fr, 13 Aug 2010) | 1 line

fix copy and paste bug of r15817, refs #1205

........

r16673 | mlunzena | 2010-08-16 09:52:50 +0200 (Mo, 16 Aug 2010) | 1 line

activate correct nav item, fix #1310

........

r16674 | mlunzena | 2010-08-16 09:52:56 +0200 (Mo, 16 Aug 2010) | 1 line

fix case of db field name, refs #1289

........

r16675 | krassmus | 2010-08-16 10:47:36 +0200 (Mo, 16 Aug 2010) | 2 lines

refs #1292 changed arrows for jQuery UI Accordion

........

r16678 | mlunzena | 2010-08-16 10:55:29 +0200 (Mo, 16 Aug 2010) | 1 line

do not match one or multiple ! as headings, fix #1255

........

r16680 | mriehe | 2010-08-16 22:53:50 +0200 (Mo, 16 Aug 2010) | 1 line

........

r16681 | mriehe | 2010-08-16 22:54:23 +0200 (Mo, 16 Aug 2010) | 1 line

new icons

........

r16682 | mriehe | 2010-08-16 22:56:08 +0200 (Mo, 16 Aug 2010) | 1 line

new icons for forum and statsugruppen by cornelis, re #1292

........

r16683 | mlunzena | 2010-08-17 08:49:38 +0200 (Di, 17 Aug 2010) | 1 line

add msging object, fixes #1159

........

r16684 | mlunzena | 2010-08-17 10:30:06 +0200 (Di, 17 Aug 2010) | 1 line

update JS unit tests, fixes #1149

........

r16685 | mlunzena | 2010-08-17 10:30:11 +0200 (Di, 17 Aug 2010) | 1 line

update qunit files, refs #1149

........

r16686 | mlunzena | 2010-08-17 10:40:19 +0200 (Di, 17 Aug 2010) | 1 line

use (probably) correct db table, refs #1289

........

r16687 | mlunzena | 2010-08-17 10:51:55 +0200 (Di, 17 Aug 2010) | 1 line

use correct db table, fixes #1289

........

r16688 | ckater | 2010-08-17 10:55:03 +0200 (Di, 17 Aug 2010) | 1 line

re #1292 Relacement for close_all/open_all in the new design

........

r16689 | ckater | 2010-08-17 11:03:44 +0200 (Di, 17 Aug 2010) | 1 line

re #1292 Relacement for close_all/open_all in the new design

........

r16690 | krassmus | 2010-08-17 11:07:14 +0200 (Di, 17 Aug 2010) | 2 lines

refs #1292 and #1089 changed icon of searchglass

........

r16691 | krassmus | 2010-08-17 11:29:45 +0200 (Di, 17 Aug 2010) | 6 lines

refs #1251

Suchfelder-Umbruch zwingend verhindern. Gelbe Doppelpfeile. $ durch jQuery im Inline-JS ersetzen. Akkordionpfeile blau färben.

........

r16692 | krassmus | 2010-08-17 11:33:20 +0200 (Di, 17 Aug 2010) | 2 lines

refs #1292 changed some trashcans in basicdata

........

r16693 | elmar | 2010-08-17 11:34:15 +0200 (Di, 17 Aug 2010) | 2 lines

don't use cellpadding with class=default, re #738

........

r16695 | krassmus | 2010-08-17 11:47:57 +0200 (Di, 17 Aug 2010) | 4 lines

refs #1292 changed color of searchglass

Danke für die Erläuterung zu den Farben.

........

r16696 | krassmus | 2010-08-17 11:56:44 +0200 (Di, 17 Aug 2010) | 2 lines

refs #1292 changed icons in infobox of basicdata

........

r16697 | mlunzena | 2010-08-17 11:58:54 +0200 (Di, 17 Aug 2010) | 1 line

remove unnecessary type attributes, refs #1290

........

r16698 | mlunzena | 2010-08-17 12:03:08 +0200 (Di, 17 Aug 2010) | 1 line

fix typo, fixes #1315

........

r16699 | krassmus | 2010-08-17 13:06:58 +0200 (Di, 17 Aug 2010) | 3 lines

refs #1089

changing inline css in css-class

........

r16707 | ckater | 2010-08-17 14:37:01 +0200 (Di, 17 Aug 2010) | 1 line

Fixed an errot in SQL

........

r16708 | mlunzena | 2010-08-17 14:38:23 +0200 (Di, 17 Aug 2010) | 1 line

remove spacer images, refs #1316

........

r16709 | ckater | 2010-08-17 14:46:23 +0200 (Di, 17 Aug 2010) | 1 line

re #1292 esoteric icons removed

........

r16710 | ckater | 2010-08-17 14:49:53 +0200 (Di, 17 Aug 2010) | 1 line

re #1292 esoteric icons removed

........

r16712 | sewert | 2010-08-17 15:30:03 +0200 (Di, 17 Aug 2010) | 1 line

bind params to pdo statement, fixes #925

........

r16714 | elmar | 2010-08-17 15:51:15 +0200 (Di, 17 Aug 2010) | 2 lines

check for valid SEM_CREATE_PERM setting, fix indentation, fixes #1318

........

r16715 | mriehe | 2010-08-18 02:49:32 +0200 (Mi, 18 Aug 2010) | 1 line

changing more icons, re #1292

........

r16718 | sewert | 2010-08-18 10:33:59 +0200 (Mi, 18 Aug 2010) | 1 line

Rechtschreibfehler, fixes #1266

........

r16719 | sewert | 2010-08-18 10:50:17 +0200 (Mi, 18 Aug 2010) | 1 line

Rechtschreibfehler, refs #1264

........

r16720 | sewert | 2010-08-18 11:58:41 +0200 (Mi, 18 Aug 2010) | 1 line

Einheitliche Bezeichnung für "E-Mail-Adresse", fixes #1265

........

r16721 | ckater | 2010-08-18 20:30:54 +0200 (Mi, 18 Aug 2010) | 1 line

changed to new icon re #1292

........

r16722 | ckater | 2010-08-18 20:59:08 +0200 (Mi, 18 Aug 2010) | 1 line

changed login.gif door-enter.png re #1292

........

r16723 | mriehe | 2010-08-18 21:30:51 +0200 (Mi, 18 Aug 2010) | 1 line

changing+adding icons, re #1292

........

r16724 | ckater | 2010-08-18 21:32:33 +0200 (Mi, 18 Aug 2010) | 1 line

changed div "forum" arrows eg. forumgrau.gif re #1292

........

r16725 | ckater | 2010-08-18 21:37:29 +0200 (Mi, 18 Aug 2010) | 1 line

changed div "forum" arrows eg. forumgraurunt.gif re #1292

........

r16726 | ckater | 2010-08-18 21:48:42 +0200 (Mi, 18 Aug 2010) | 1 line

changed div "forum" arrows eg. forumrot.gif re #1292

........

r16727 | ckater | 2010-08-18 21:50:48 +0200 (Mi, 18 Aug 2010) | 1 line

changed div "forum" arrows eg. forumrotrunt.gif re #1292

........

r16728 | ckater | 2010-08-18 22:00:28 +0200 (Mi, 18 Aug 2010) | 1 line

visual bugfixing re #1292

........

r16729 | mriehe | 2010-08-18 23:52:34 +0200 (Mi, 18 Aug 2010) | 1 line

changing icons, re #1292, fixes #1047

........

r16730 | mriehe | 2010-08-19 02:17:49 +0200 (Do, 19 Aug 2010) | 1 line

changing more icons, removing unused ones, re #1292

........

r16733 | ckater | 2010-08-19 11:35:49 +0200 (Do, 19 Aug 2010) | 1 line

changed grafic-buttons re #1292

........

r16734 | mriehe | 2010-08-19 12:07:12 +0200 (Do, 19 Aug 2010) | 1 line

changing+adding icons, re #1292

........

r16735 | mlunzena | 2010-08-19 12:07:14 +0200 (Do, 19 Aug 2010) | 1 line

use PATH_INFO instead of urlencoded REQUEST_URI, fixes #1320

........

r16736 | krassmus | 2010-08-19 12:52:23 +0200 (Do, 19 Aug 2010) | 6 lines

refs #1275: changing icon and localize strings

refs #1132: preparing for noconflict-mode of jQuery that plugins may want to use.

........

r16737 | krassmus | 2010-08-19 12:56:15 +0200 (Do, 19 Aug 2010) | 3 lines

refs #1132: preparing for noconflict-mode of jQuery that plugins may want to use.

........

r16738 | krassmus | 2010-08-19 12:59:41 +0200 (Do, 19 Aug 2010) | 3 lines

refs #1132: preparing for noconflict-mode of jQuery that plugins may want to use.

........

r16741 | krassmus | 2010-08-19 18:40:44 +0200 (Do, 19 Aug 2010) | 3 lines

refs #1132: preparing for noconflict-mode of jQuery that plugins may want to use.

........

r16742 | mriehe | 2010-08-20 00:27:03 +0200 (Fr, 20 Aug 2010) | 1 line

changing more icons, re #1292

........

r16743 | mriehe | 2010-08-20 08:40:05 +0200 (Fr, 20 Aug 2010) | 1 line

changing more icon (a little arrow bug), re #1292

........

r16746 | sewert | 2010-08-20 13:25:56 +0200 (Fr, 20 Aug 2010) | 1 line

_() added, refs #502

........

r16747 | hackl | 2010-08-20 15:07:32 +0200 (Fr, 20 Aug 2010) | 1 line

Added missing <tr>-Tags

........

r16748 | hackl | 2010-08-20 15:09:47 +0200 (Fr, 20 Aug 2010) | 2 lines

re #1215 Use Request class, fix for error on setting all homepage element visibilities

........

r16749 | mriehe | 2010-08-20 17:42:20 +0200 (Fr, 20 Aug 2010) | 1 line

add new icons, re #1292

........

r16750 | suchi | 2010-08-20 18:19:31 +0200 (Fr, 20 Aug 2010) | 1 line

Update translation strings

........

r16751 | aklassen | 2010-08-20 18:35:14 +0200 (Fr, 20 Aug 2010) | 1 line

refined studygroup-overview and -search refs #1058

........

r16752 | mriehe | 2010-08-20 19:48:27 +0200 (Fr, 20 Aug 2010) | 1 line

doing code review comments, fixes #1047

........

r16753 | aklassen | 2010-08-20 19:51:23 +0200 (Fr, 20 Aug 2010) | 1 line

refined remove_approved call fixes #1326

........

r16754 | aklassen | 2010-08-20 20:17:43 +0200 (Fr, 20 Aug 2010) | 1 line

refined if condition while inviting members to studygroups fixes #1327

........

r16755 | suchi | 2010-08-20 20:47:03 +0200 (Fr, 20 Aug 2010) | 1 line

Bugfix: reply to postings even if autoshrinked, fix #69, fix #133

........

r16756 | hackl | 2010-08-20 21:13:08 +0200 (Fr, 20 Aug 2010) | 2 lines

re #965 Bugfixing, Prettier Code, Default visibility for homepage elements definable by user

........

r16757 | hackl | 2010-08-20 21:14:23 +0200 (Fr, 20 Aug 2010) | 2 lines

re #965 Bugfixing, Prettier Code, Default visibility for homepage elements definable by user

........

r16758 | hackl | 2010-08-20 21:16:31 +0200 (Fr, 20 Aug 2010) | 2 lines

re #965 Typo

........

r16759 | hackl | 2010-08-20 21:21:52 +0200 (Fr, 20 Aug 2010) | 2 lines

re #965 Typo

........

r16760 | hackl | 2010-08-20 21:28:47 +0200 (Fr, 20 Aug 2010) | 2 lines

re #965 consistent labelling for homepage elements

........

r16761 | aklassen | 2010-08-20 22:04:51 +0200 (Fr, 20 Aug 2010) | 1 line

refine [15607] refs #1164

........

r16762 | aklassen | 2010-08-20 23:29:33 +0200 (Fr, 20 Aug 2010) | 1 line

refined [15894] fixes #1090

........

r16763 | mriehe | 2010-08-20 23:51:17 +0200 (Fr, 20 Aug 2010) | 1 line

fixing migrations, re #1112 #1245

........

r16764 | mriehe | 2010-08-20 23:54:09 +0200 (Fr, 20 Aug 2010) | 1 line

fixing migrations, re #1112

........

r16765 | hackl | 2010-08-20 23:55:34 +0200 (Fr, 20 Aug 2010) | 2 lines

re #965 Fixes buggy online visibility

........

r16766 | aklassen | 2010-08-21 00:19:13 +0200 (Sa, 21 Aug 2010) | 1 line

refine indentation fixes #1329

........

r16767 | anoack | 2010-08-21 00:49:30 +0200 (Sa, 21 Aug 2010) | 1 line

content elements in institutes only for admins #1229

........

r16768 | aklassen | 2010-08-21 00:49:33 +0200 (Sa, 21 Aug 2010) | 1 line

added changes according to the attached ticket notes fixes #1074

........

r16769 | anoack | 2010-08-21 00:50:49 +0200 (Sa, 21 Aug 2010) | 1 line

content elements and basic data in institutes only for admins, re #1111

........

r16770 | aklassen | 2010-08-21 01:25:16 +0200 (Sa, 21 Aug 2010) | 1 line

refine handling of navigation fixes #1278

........

r16771 | ckater | 2010-08-21 03:35:49 +0200 (Sa, 21 Aug 2010) | 1 line

change some (a lot) icons re #1292

........

r16772 | ckater | 2010-08-21 03:37:24 +0200 (Sa, 21 Aug 2010) | 1 line

change some (a lot) icons re #1292

........

r16773 | ckater | 2010-08-21 03:38:03 +0200 (Sa, 21 Aug 2010) | 1 line

change some (a lot) icons re #1292

........

r16774 | ckater | 2010-08-21 04:00:28 +0200 (Sa, 21 Aug 2010) | 1 line

reverting to rev 16770

........

r16775 | mriehe | 2010-08-21 04:04:27 +0200 (Sa, 21 Aug 2010) | 1 line

changing icons, re #1292

........

r16776 | mriehe | 2010-08-21 04:08:39 +0200 (Sa, 21 Aug 2010) | 1 line

changing icons, re #1292

........

r16778 | krassmus | 2010-08-21 10:46:47 +0200 (Sa, 21 Aug 2010) | 3 lines

refs #1319

Don't add admin or root to a seminar.

........

r16779 | hackl | 2010-08-21 10:47:16 +0200 (Sa, 21 Aug 2010) | 1 line

fixes #210

........

r16781 | krassmus | 2010-08-21 10:58:08 +0200 (Sa, 21 Aug 2010) | 3 lines

refs #1251 and #1132

making a better accordion style

........

r16782 | krassmus | 2010-08-21 10:59:05 +0200 (Sa, 21 Aug 2010) | 3 lines

refs #1132

deleted now useless image

........

r16783 | suchi | 2010-08-21 11:02:05 +0200 (Sa, 21 Aug 2010) | 2 lines

BUGFIX navigation, retaining selected course when opening management of evaluations, fix #1312

........

r16784 | hackl | 2010-08-21 11:22:15 +0200 (Sa, 21 Aug 2010) | 2 lines

re #1215 Use Request class

........

r16785 | aklassen | 2010-08-21 11:29:00 +0200 (Sa, 21 Aug 2010) | 2 lines

a temporary solution for admin_modules which fixes #1305. However, this site needs a workover.

........

r16786 | krassmus | 2010-08-21 11:43:21 +0200 (Sa, 21 Aug 2010) | 3 lines

fixes #1319

Nun wird überprüft, ob auch eine user_id gesendet wurde, um den Dozent/Tutor/Vertreter? hinzuzufügen.

........

r16788 | aklassen | 2010-08-21 12:06:25 +0200 (Sa, 21 Aug 2010) | 1 line

change icon order fixes #1332

........

r16789 | hackl | 2010-08-21 12:16:15 +0200 (Sa, 21 Aug 2010) | 2 lines

re #965, re #1215, re #1245 remove database entries for StEPs, these are added via migrations

........

r16790 | anoack | 2010-08-21 12:17:50 +0200 (Sa, 21 Aug 2010) | 1 line

bugfix, fatal error bei nicht vorhandenem aktuellen Semester, re #1282

........

r16791 | mriehe | 2010-08-21 13:12:29 +0200 (Sa, 21 Aug 2010) | 1 line

changing navigation behaviour, re #1076

........

r16792 | mriehe | 2010-08-21 14:16:28 +0200 (Sa, 21 Aug 2010) | 1 line

fixing links, re #1111

........

r16793 | anoack | 2010-08-21 14:34:53 +0200 (Sa, 21 Aug 2010) | 1 line

fixes #654

........

r16794 | krassmus | 2010-08-21 14:45:38 +0200 (Sa, 21 Aug 2010) | 3 lines

refs #1292

rearrange toucher in filesystem

........

r16795 | suchi | 2010-08-21 14:54:34 +0200 (Sa, 21 Aug 2010) | 2 lines

fixing the fix, re #1111

........

r16796 | aklassen | 2010-08-21 14:59:48 +0200 (Sa, 21 Aug 2010) | 1 line

refine infobox fixes #1334

........

r16797 | tthelen | 2010-08-21 15:56:29 +0200 (Sa, 21 Aug 2010) | 2 lines

proper activation and deactivation of modules and plugins, fixes #1122

........

r16798 | krassmus | 2010-08-21 16:18:53 +0200 (Sa, 21 Aug 2010) | 3 lines

refs #1132

delete console.log()

........

r16799 | tthelen | 2010-08-21 16:23:42 +0200 (Sa, 21 Aug 2010) | 2 lines

Proper activation and deactivation of modules ans plugins, fixes #1277

........

r16800 | tthelen | 2010-08-21 16:35:24 +0200 (Sa, 21 Aug 2010) | 2 lines

revert messed up checkin, opens #1277

........

r16801 | tthelen | 2010-08-21 16:53:30 +0200 (Sa, 21 Aug 2010) | 2 lines

Proper activation and deactivation of modules and plugins. Fixes #1277

........

r16802 | tthelen | 2010-08-21 16:58:04 +0200 (Sa, 21 Aug 2010) | 2 lines

kosmetische Nachbesserungen, minor changes, fixes #1277

........

r16803 | suchi | 2010-08-21 16:59:09 +0200 (Sa, 21 Aug 2010) | 2 lines

Update VERSION

........

r16804 | anoack | 2010-08-21 17:37:39 +0200 (Sa, 21 Aug 2010) | 1 line

bugfix navigation, re #1076

........

r16805 | anoack | 2010-08-21 18:04:23 +0200 (Sa, 21 Aug 2010) | 1 line

bugfix navigation, re #1076

........

r16806 | anoack | 2010-08-21 18:07:08 +0200 (Sa, 21 Aug 2010) | 1 line

fixes #1324

........

r16807 | ckater | 2010-08-21 18:19:33 +0200 (Sa, 21 Aug 2010) | 1 line

changing some icons, more or less re #1292

........

r16808 | krassmus | 2010-08-21 18:25:28 +0200 (Sa, 21 Aug 2010) | 3 lines

refs #1292

moving files and folders without toucher

........

r16809 | mriehe | 2010-08-21 18:29:42 +0200 (Sa, 21 Aug 2010) | 1 line

changing icons, re #1292

........

r16810 | krassmus | 2010-08-21 18:51:09 +0200 (Sa, 21 Aug 2010) | 3 lines

refs #1292

fixed css error for folders

........

r16811 | suchi | 2010-08-21 19:59:33 +0200 (Sa, 21 Aug 2010) | 1 line

change arrow right/down, fix #1333

........

r16812 | suchi | 2010-08-21 20:12:00 +0200 (Sa, 21 Aug 2010) | 1 line

correct icons, fix #1335

........

r16813 | aklassen | 2010-08-21 20:56:18 +0200 (Sa, 21 Aug 2010) | 1 line

refine startnavigation for "dozenten" refs #1111

........

r16814 | krassmus | 2010-08-21 21:21:37 +0200 (Sa, 21 Aug 2010) | 3 lines

refs #1089

changing the looking glass to a refresh-button

........

r16815 | krassmus | 2010-08-21 21:30:34 +0200 (Sa, 21 Aug 2010) | 3 lines

refs #1292

exchange yellow arrows and cleaning up code

........

r16816 | aklassen | 2010-08-21 21:32:22 +0200 (Sa, 21 Aug 2010) | 1 line

added comments according to ticket notes refs #1111

........

r16817 | ckater | 2010-08-21 21:54:19 +0200 (Sa, 21 Aug 2010) | 1 line

changing some icons, more or less or a lot more re #1292

........

r16818 | mriehe | 2010-08-21 21:54:57 +0200 (Sa, 21 Aug 2010) | 1 line

changing icons, re #1292

........

r16819 | hackl | 2010-08-21 22:08:32 +0200 (Sa, 21 Aug 2010) | 2 lines

re #965 remove settings for plugins because they aren't working for now

........

r16820 | suchi | 2010-08-21 22:37:02 +0200 (Sa, 21 Aug 2010) | 1 line

update installation guide

........

r16821 | hackl | 2010-08-21 23:24:04 +0200 (Sa, 21 Aug 2010) | 2 lines

fixes #970 Shows message that a range must be selected.

........

r16822 | aklassen | 2010-08-21 23:36:36 +0200 (Sa, 21 Aug 2010) | 1 line

refine HelpKeyword? refs #1111

........

r16823 | hackl | 2010-08-22 00:12:20 +0200 (So, 22 Aug 2010) | 2 lines

fixes #248 replace "quick_view" by "view"

........

r16824 | aklassen | 2010-08-22 00:37:46 +0200 (So, 22 Aug 2010) | 1 line

added links userdocs refs #1508

........

r16825 | aklassen | 2010-08-22 01:31:12 +0200 (So, 22 Aug 2010) | 1 line

rename tab label fixes #1338

........

r16826 | ckater | 2010-08-22 01:37:50 +0200 (So, 22 Aug 2010) | 1 line

changing again more icons re #1292

........

r16827 | mriehe | 2010-08-22 01:38:24 +0200 (So, 22 Aug 2010) | 1 line

changing icons, re #1292

........

r16828 | anoack | 2010-08-22 01:40:30 +0200 (So, 22 Aug 2010) | 1 line

delight mriehe, re #1300

........

r16829 | krassmus | 2010-08-22 01:41:44 +0200 (So, 22 Aug 2010) | 3 lines

refs #1132

avoid bubbling in quicksearches

........

r16830 | hackl | 2010-08-22 01:51:15 +0200 (So, 22 Aug 2010) | 2 lines

re #965 replace "Buddies" by "Kontakte im Adressbuch"

........

r16831 | pthiene | 2010-08-22 01:54:02 +0200 (So, 22 Aug 2010) | 1 line

removed string "Angaben zum Element" fixes #1331

........

r16832 | hackl | 2010-08-22 02:02:43 +0200 (So, 22 Aug 2010) | 2 lines

re #965 undo renaming of buddies

........

r16833 | anoack | 2010-08-22 02:07:41 +0200 (So, 22 Aug 2010) | 1 line

fixing chat icons re #1292

........

r16834 | krassmus | 2010-08-22 02:07:59 +0200 (So, 22 Aug 2010) | 3 lines

refs #1296

Roots und Admins werden auch wieder gefunden.

........

r16835 | anoack | 2010-08-22 02:15:43 +0200 (So, 22 Aug 2010) | 1 line

fixing icons re #1292

........

r16836 | anoack | 2010-08-22 02:18:30 +0200 (So, 22 Aug 2010) | 1 line

fixing icons re #1292

........

r16837 | aklassen | 2010-08-22 02:31:58 +0200 (So, 22 Aug 2010) | 1 line

changed layout of modal-dialog-form refs #1293

........

r16838 | hackl | 2010-08-22 02:44:08 +0200 (So, 22 Aug 2010) | 1 line

wrong quotes

........

r16839 | anoack | 2010-08-22 02:51:19 +0200 (So, 22 Aug 2010) | 1 line

fixing icons re #1292

........

r16840 | mriehe | 2010-08-22 04:03:27 +0200 (So, 22 Aug 2010) | 1 line

changing icons, ich kann nicht mehr, re #1292

........

r16841 | ckater | 2010-08-22 04:09:10 +0200 (So, 22 Aug 2010) | 1 line

changing again more icons (last tonight) re #1292

........

r16842 | aklassen | 2010-08-22 10:28:12 +0200 (So, 22 Aug 2010) | 1 line

fixes quoting refs #1292

........

r16843 | aklassen | 2010-08-22 10:36:00 +0200 (So, 22 Aug 2010) | 1 line

add a second colon to method calls refs #1292

........

r16844 | anoack | 2010-08-22 10:55:06 +0200 (So, 22 Aug 2010) | 1 line

fixes #1339, re #1292

........

r16845 | aklassen | 2010-08-22 11:23:31 +0200 (So, 22 Aug 2010) | 1 line

refine semantic markup in template refs #1111

........

r16846 | krassmus | 2010-08-22 11:31:27 +0200 (So, 22 Aug 2010) | 3 lines

refs #1132

jQuery Autocompleter etwas angepasst.

........

r16847 | anoack | 2010-08-22 12:40:14 +0200 (So, 22 Aug 2010) | 1 line

delight elmar re #1293

........

r16848 | ckater | 2010-08-22 12:41:52 +0200 (So, 22 Aug 2010) | 1 line

changing again more icons re #1292

........

r16849 | ckater | 2010-08-22 12:43:32 +0200 (So, 22 Aug 2010) | 1 line

changing again more icons re #1292

........

r16850 | ckater | 2010-08-22 12:44:12 +0200 (So, 22 Aug 2010) | 1 line

changing again more icons re #1292

........

r16851 | ckater | 2010-08-22 13:14:04 +0200 (So, 22 Aug 2010) | 1 line

changing again more icons re #1292

........

r16852 | ckater | 2010-08-22 14:07:58 +0200 (So, 22 Aug 2010) | 1 line

changing again more icons re #1292

........

r16853 | anoack | 2010-08-22 14:31:11 +0200 (So, 22 Aug 2010) | 1 line

delight elmar re #1293

........

r16854 | mriehe | 2010-08-22 14:54:00 +0200 (So, 22 Aug 2010) | 1 line

change icons, re #1292

........

r16855 | aklassen | 2010-08-22 15:01:38 +0200 (So, 22 Aug 2010) | 1 line

change wording "Timetable" -> "Stundenplan" refs #1297

........

r16856 | anoack | 2010-08-22 19:05:02 +0200 (So, 22 Aug 2010) | 1 line

delight elmar, setting $db_table in constructor re #1293

........

r16857 | mlunzena | 2010-08-23 09:19:23 +0200 (Mo, 23 Aug 2010) | 1 line

repair layout images of the forum, refs #1240

........

r16858 | mlunzena | 2010-08-23 09:19:27 +0200 (Mo, 23 Aug 2010) | 1 line

repair layout images of the semtree search pages, refs #1240

........

r16859 | mlunzena | 2010-08-23 09:19:32 +0200 (Mo, 23 Aug 2010) | 1 line

repair layout images of the evaluation edit pages, refs #1240

........

r16860 | mlunzena | 2010-08-23 09:19:36 +0200 (Mo, 23 Aug 2010) | 1 line

repair layout images of the edit pages of resources, refs #1240

........

r16861 | anoack | 2010-08-23 09:59:50 +0200 (Mo, 23 Aug 2010) | 1 line

bugfix, re #1293

........

r16862 | anoack | 2010-08-23 10:37:57 +0200 (Mo, 23 Aug 2010) | 1 line

fixes #1341

........

r16863 | elmar | 2010-08-23 11:37:11 +0200 (Mo, 23 Aug 2010) | 2 lines

remove image_proxy_cache from DB and SVN, re #1291

........

r16864 | tgloeggl | 2010-08-23 11:38:45 +0200 (Mo, 23 Aug 2010) | 1 line

fixes #1349

........

r16865 | mlunzena | 2010-08-23 11:41:02 +0200 (Mo, 23 Aug 2010) | 3 lines

revert r16806, refs #1324, refs #1229

This reverts commit 6d8aa5a0ccd209a2e88b4856aeb178a459eabc89.

........

r16866 | mlunzena | 2010-08-23 11:41:18 +0200 (Mo, 23 Aug 2010) | 1 line

show search form if there is no range_id, fixes #1324, refs #1229

........

r16867 | aklassen | 2010-08-23 13:56:44 +0200 (Mo, 23 Aug 2010) | 1 line

refined evaluation.css in order to fix the global h3-styles fixes #1138

........

r16868 | anoack | 2010-08-23 14:01:19 +0200 (Mo, 23 Aug 2010) | 1 line

fixes #1345 and #1346

........

r16869 | elmar | 2010-08-23 14:31:43 +0200 (Mo, 23 Aug 2010) | 2 lines

don't force email and use studip_strlen(), re #1074

........

r16870 | aklassen | 2010-08-23 15:59:51 +0200 (Mo, 23 Aug 2010) | 1 line

refined style.css refs #1138

........

r16871 | elmar | 2010-08-23 18:06:23 +0200 (Mo, 23 Aug 2010) | 2 lines

only redirect if actually saving changes, fixes #1324

........

comment:26 Changed 16 months ago by tgloeggl

(In [17642]) convert tabs to spaces, Lifters007, refs #651

comment:27 Changed 13 months ago by tgloeggl

(In [18625]) fixes #1576, refs #82 - Lifters002, refs #651 - Lifters007

comment:28 Changed 13 months ago by pthiene

(In [18905]) Merged revisions 18325-18327,18379,18385,18388,18390-18391,18394,18398,18438,18446,18449,18452,18455,18459-18462,18472,18509,18538,18540,18542,18545,18552-18553,18557,18565,18569,18576,18578-18579,18582,18590,18594,18617-18618,18620-18623,18625-18631,18635-18649,18660-18661,18670-18674,18685-18687,18691-18692,18698-18701,18703-18704,18707-18708,18710,18716-18717,18722,18724,18744-18748,18752-18754,18758,18762,18764,18766-18768,18783-18786,18788,18814,18831-18833,18835,18839-18840,18844,18851,18854-18855,18858-18864,18868-18885,18887-18888,18890,18892-18901 via svnmerge from trunk, source:dev-branches/barrierefreiheit_2_1

........

r18325 | krassmus | 2011-01-07 17:25:04 +0100 (Fr, 07 Jan 2011) | 3 lines

refs #1440

update to jQuery 1.4.4 and UI 1.8.7

........

r18326 | krassmus | 2011-01-07 17:30:51 +0100 (Fr, 07 Jan 2011) | 3 lines

refs #1440

update to jQuery 1.4.4 and UI 1.8.7

........

r18327 | krassmus | 2011-01-07 17:39:36 +0100 (Fr, 07 Jan 2011) | 3 lines

refs #1440

uppsala

........

r18379 | krassmus | 2011-01-10 10:40:25 +0100 (Mo, 10 Jan 2011) | 3 lines

refs #1440

reposition datepicker-buttons

........

r18385 | mriehe | 2011-01-10 14:54:42 +0100 (Mo, 10 Jan 2011) | 1 line

readding tic to studip 2.1, fixes #1418

........

r18388 | suchi | 2011-01-10 15:26:18 +0100 (Mo, 10 Jan 2011) | 2 lines

changing to "every third week", fixes #1696

........

r18390 | mriehe | 2011-01-10 15:38:04 +0100 (Mo, 10 Jan 2011) | 1 line

removing cache, fixes #1697

........

r18391 | krassmus | 2011-01-10 16:28:12 +0100 (Mo, 10 Jan 2011) | 3 lines

fixes #1699

ersetze .html() durch .text()

........

r18394 | anoack | 2011-01-10 17:05:38 +0100 (Mo, 10 Jan 2011) | 1 line

fixes #1695

........

r18398 | mriehe | 2011-01-10 17:22:06 +0100 (Mo, 10 Jan 2011) | 1 line

moving admin apps to admin folder, fixes #1682

........

r18438 | anoack | 2011-01-11 14:08:29 +0100 (Di, 11 Jan 2011) | 1 line

bugfixes re #1300

........

r18446 | aklassen | 2011-01-11 16:24:00 +0100 (Di, 11 Jan 2011) | 1 line

refine error_message. give detailed information when something is wrong with a connection refs #1090

........

r18449 | anoack | 2011-01-11 17:03:58 +0100 (Di, 11 Jan 2011) | 1 line

re #1090

........

r18452 | mriehe | 2011-01-11 17:53:12 +0100 (Di, 11 Jan 2011) | 1 line

fixing wrong links, re #1682

........

r18455 | aklassen | 2011-01-12 14:45:42 +0100 (Mi, 12 Jan 2011) | 1 line

remove TODO marker. Check seems plausible... fixes #1090

........

r18459 | anoack | 2011-01-13 09:55:25 +0100 (Do, 13 Jan 2011) | 1 line

bugfixes re #1300

........

r18460 | anoack | 2011-01-13 10:10:58 +0100 (Do, 13 Jan 2011) | 1 line

Ilias Verknüpfung aktualisiert

........

r18461 | anoack | 2011-01-13 11:10:56 +0100 (Do, 13 Jan 2011) | 1 line

Kodierungsprobleme re #1704 #1300

........

r18462 | root | 2011-01-13 11:12:37 +0100 (Do, 13 Jan 2011) | 1 line

config für develop geändert

........

r18472 | elmar | 2011-01-13 18:23:18 +0100 (Do, 13 Jan 2011) | 2 lines

update Assets class usage, re #1418

........

r18509 | elmar | 2011-01-17 12:59:32 +0100 (Mo, 17 Jan 2011) | 2 lines

revert [17537], re #1294

........

r18538 | krassmus | 2011-01-18 17:53:40 +0100 (Di, 18 Jan 2011) | 3 lines

fixes #1708

Verwendung der globalen Template-Factory für die Infobox.

........

r18540 | pthiene | 2011-01-18 19:29:26 +0100 (Di, 18 Jan 2011) | 1 line

Zusammenbau des Inhalts-Array für Navigationshierarchie korrigiert, fixes #1709

........

r18542 | tgloeggl | 2011-01-18 21:44:37 +0100 (Di, 18 Jan 2011) | 1 line

fixes #1710, tests working again

........

r18545 | mriehe | 2011-01-19 15:30:11 +0100 (Mi, 19 Jan 2011) | 1 line

adding more icons, re #1292

........

r18552 | tgloeggl | 2011-01-20 10:49:56 +0100 (Do, 20 Jan 2011) | 1 line

convert windows line-breaks to unix line-breaks and replace tabs by spaces to comply with the coding conventions

........

r18553 | tgloeggl | 2011-01-20 10:51:00 +0100 (Do, 20 Jan 2011) | 1 line

convert windows line-breaks to unix line-breaks and replace tabs by spaces to comply with the coding conventions, part 2

........

r18557 | pthiene | 2011-01-20 11:19:09 +0100 (Do, 20 Jan 2011) | 1 line

Array mit unregelmäßigen Zeiten korrigiert, fixes #1711

........

r18565 | pthiene | 2011-01-20 12:43:54 +0100 (Do, 20 Jan 2011) | 1 line

Ueberpruefung auf leere Felder, fixes #1712

........

r18569 | tgloeggl | 2011-01-20 14:18:18 +0100 (Do, 20 Jan 2011) | 1 line

fixes #1702

........

r18576 | pthiene | 2011-01-21 11:34:26 +0100 (Fr, 21 Jan 2011) | 1 line

Ueberpruefung auf leere Felder, fixes #1715

........

r18578 | krassmus | 2011-01-21 11:50:37 +0100 (Fr, 21 Jan 2011) | 2 lines

refs #1714 redesign of calendar-api

........

r18579 | krassmus | 2011-01-21 11:53:23 +0100 (Fr, 21 Jan 2011) | 2 lines

refs #1714 revert mistake in merge

........

r18582 | krassmus | 2011-01-21 12:27:47 +0100 (Fr, 21 Jan 2011) | 2 lines

refs #1714 adding models in lib

........

r18590 | krassmus | 2011-01-21 13:09:53 +0100 (Fr, 21 Jan 2011) | 2 lines

refs #1714 js-coding-style

........

r18594 | krassmus | 2011-01-21 14:19:08 +0100 (Fr, 21 Jan 2011) | 2 lines

fixes #1718 Multiselectbox anpassen

........

r18617 | sbrummer | 2011-01-24 12:11:35 +0100 (Mo, 24 Jan 2011) | 4 lines

fixes #1512: Veranstaltung bleiben auch nach dem Austragen im Stundenplan sichtbar

Application procedures like "Los" and "chronologisch" should work again.

........

r18618 | elmar | 2011-01-24 12:43:09 +0100 (Mo, 24 Jan 2011) | 2 lines

enforce argument validation for studip trails controllers, fixes #1679

........

r18620 | sbrummer | 2011-01-24 14:19:48 +0100 (Mo, 24 Jan 2011) | 3 lines

refs #1512: simplyfied the deletion of noted dates (dates marked as virtual).

........

r18621 | tgloeggl | 2011-01-24 15:05:30 +0100 (Mo, 24 Jan 2011) | 1 line

refs #1512

........

r18622 | tgloeggl | 2011-01-24 15:06:51 +0100 (Mo, 24 Jan 2011) | 1 line

revert [18621]

........

r18623 | tgloeggl | 2011-01-24 15:07:54 +0100 (Mo, 24 Jan 2011) | 1 line

refs #1512

........

r18625 | tgloeggl | 2011-01-24 16:24:09 +0100 (Mo, 24 Jan 2011) | 1 line

fixes #1576, refs #82 - Lifters002, refs #651 - Lifters007

........

r18626 | anoack | 2011-01-24 16:46:17 +0100 (Mo, 24 Jan 2011) | 1 line

fixes #1721

........

r18627 | tgloeggl | 2011-01-24 16:59:47 +0100 (Mo, 24 Jan 2011) | 1 line

fixes #1608

........

r18628 | elmar | 2011-01-24 17:25:53 +0100 (Mo, 24 Jan 2011) | 2 lines

move validate_args into individual controllers, re #1679

........

r18629 | tgloeggl | 2011-01-24 17:38:14 +0100 (Mo, 24 Jan 2011) | 1 line

fixes #1702

........

r18630 | tgloeggl | 2011-01-24 17:53:52 +0100 (Mo, 24 Jan 2011) | 1 line

fixes #1702, refs #1512

........

r18631 | tgloeggl | 2011-01-24 17:59:37 +0100 (Mo, 24 Jan 2011) | 1 line

refs #1702, correct typo

........

r18635 | krassmus | 2011-01-25 11:19:15 +0100 (Di, 25 Jan 2011) | 2 lines

refs #1718 Verändern der Größe noch etwas anders gelöst.

........

r18636 | mlunzena | 2011-01-25 11:50:34 +0100 (Di, 25 Jan 2011) | 1 line

add CSRFProtection class and use it, refs #1719

........

r18637 | mlunzena | 2011-01-25 11:50:38 +0100 (Di, 25 Jan 2011) | 1 line

prevent exception and show message instead, refs #1719

........

r18638 | mlunzena | 2011-01-25 11:50:46 +0100 (Di, 25 Jan 2011) | 1 line

add CSRF token to all POST forms, refs #1719

........

r18639 | mlunzena | 2011-01-25 11:50:51 +0100 (Di, 25 Jan 2011) | 1 line

find token in , refs #1719

........

r18640 | mlunzena | 2011-01-25 11:50:56 +0100 (Di, 25 Jan 2011) | 1 line

throw exceptions instead, refs #1719

........

r18641 | mlunzena | 2011-01-25 11:51:00 +0100 (Di, 25 Jan 2011) | 1 line

add documentation, refs #1719

........

r18642 | mlunzena | 2011-01-25 12:26:49 +0100 (Di, 25 Jan 2011) | 1 line

move require to bootstrap, refs #1719

........

r18643 | elmar | 2011-01-25 12:55:37 +0100 (Di, 25 Jan 2011) | 2 lines

revert changes from [18627], re #1608

........

r18644 | mlunzena | 2011-01-25 13:31:38 +0100 (Di, 25 Jan 2011) | 1 line

rename #insertToken to #tokenTag, refs #1719

........

r18645 | mlunzena | 2011-01-25 13:31:43 +0100 (Di, 25 Jan 2011) | 1 line

remove #error_log, refs #1719

........

r18646 | mlunzena | 2011-01-25 13:31:49 +0100 (Di, 25 Jan 2011) | 1 line

insert security token into another batch of files, refs #1719

........

r18647 | elmar | 2011-01-25 15:02:51 +0100 (Di, 25 Jan 2011) | 2 lines

respect sort order of categories, fixes #1637

........

r18648 | elmar | 2011-01-25 15:17:04 +0100 (Di, 25 Jan 2011) | 2 lines

don't change visibility when saving category content, re #1638

........

r18649 | elmar | 2011-01-25 15:34:48 +0100 (Di, 25 Jan 2011) | 2 lines

update change log on trunk

........

r18660 | tgloeggl | 2011-01-25 19:26:21 +0100 (Di, 25 Jan 2011) | 1 line

refs #1576

........

r18661 | tgloeggl | 2011-01-25 19:34:39 +0100 (Di, 25 Jan 2011) | 1 line

fixes #1576, refs #1719

........

r18670 | elmar | 2011-01-26 11:48:28 +0100 (Mi, 26 Jan 2011) | 2 lines

don't display HTML entities in room names, re #1272

........

r18671 | elmar | 2011-01-26 12:50:52 +0100 (Mi, 26 Jan 2011) | 2 lines

revert [18628] due to unexpected fallout, re #1679

........

r18672 | elmar | 2011-01-26 12:58:24 +0100 (Mi, 26 Jan 2011) | 2 lines

allow '-' and ',' in trails option parameters, re #1679

........

r18673 | elmar | 2011-01-26 14:19:20 +0100 (Mi, 26 Jan 2011) | 2 lines

activate correct nav item when searching ressources, fixes #1453 and #1454

........

r18674 | elmar | 2011-01-26 14:25:19 +0100 (Mi, 26 Jan 2011) | 2 lines

update change log on trunk

........

r18685 | sziemke | 2011-01-26 16:13:52 +0100 (Mi, 26 Jan 2011) | 1 line

fixes #1668 for trunk

........

r18686 | sziemke | 2011-01-26 17:31:37 +0100 (Mi, 26 Jan 2011) | 2 lines

fixes #1668 for trunk 'haben' entfernt

........

r18687 | tgloeggl | 2011-01-27 11:42:39 +0100 (Do, 27 Jan 2011) | 1 line

fixes #1727

........

r18691 | mlunzena | 2011-01-27 12:14:40 +0100 (Do, 27 Jan 2011) | 1 line

refactor predicates out, refs #1719

........

r18692 | mlunzena | 2011-01-27 12:22:12 +0100 (Do, 27 Jan 2011) | 1 line

require Request class, refs #1719

........

r18698 | mlunzena | 2011-01-27 13:44:35 +0100 (Do, 27 Jan 2011) | 1 line

fix wrong method name, refs #1719

........

r18699 | mlunzena | 2011-01-27 13:46:17 +0100 (Do, 27 Jan 2011) | 1 line

add CSRFProtection#verifyUnsafeRequest, refs #1719

........

r18700 | mlunzena | 2011-01-27 13:50:16 +0100 (Do, 27 Jan 2011) | 1 line

add test target to Makefile

........

r18701 | tgloeggl | 2011-01-27 14:11:58 +0100 (Do, 27 Jan 2011) | 1 line

fix test to run in any environment, refs #1269

........

r18703 | tgloeggl | 2011-01-27 14:42:40 +0100 (Do, 27 Jan 2011) | 1 line

fixes #1608

........

r18704 | tgloeggl | 2011-01-27 15:04:15 +0100 (Do, 27 Jan 2011) | 1 line

refs #1608

........

r18707 | tgloeggl | 2011-01-27 15:25:04 +0100 (Do, 27 Jan 2011) | 1 line

refs #1608

........

r18708 | aklassen | 2011-01-27 15:29:47 +0100 (Do, 27 Jan 2011) | 1 line

adding icons to tabs in course navigaton according to StEP00210 refs #1729

........

r18710 | sbrummer | 2011-01-27 15:38:34 +0100 (Do, 27 Jan 2011) | 6 lines

fixes #1650: Untereinrichtungen verschieder Fakultäten können nicht gleich heißen

Now a new department with the same name as another department of another faculty can be created.

Es können jetzt Untereinrichtungen mit dem gleichen Namen für verschiedene Fakultäten angelegt werden.

........

r18716 | krassmus | 2011-01-27 19:46:10 +0100 (Do, 27 Jan 2011) | 2 lines

refs #1714 Tests

........

r18717 | mrunge | 2011-01-28 09:15:09 +0100 (Fr, 28 Jan 2011) | 1 line

print_r gehört da nicht hin.

........

r18722 | aklassen | 2011-01-28 11:07:27 +0100 (Fr, 28 Jan 2011) | 1 line

rename subitems in ProfileNavigation?.php for User Data fixes #1357 (Allgemein -> Grunddaten, Privat -> Weitere Daten)

........

r18724 | aklassen | 2011-01-28 11:40:04 +0100 (Fr, 28 Jan 2011) | 1 line

adding icons for "Übersicht" and "Verwaltung" to tabs in course navigaton according to StEP00210 refs #1729

........

r18744 | aklassen | 2011-01-30 15:45:14 +0100 (So, 30 Jan 2011) | 1 line

adding icons for "Verwaltung" (refine [18724]) to tabs in course navigaton according to StEP00210 refs #1729

........

r18745 | elmar | 2011-01-31 01:11:38 +0100 (Mo, 31 Jan 2011) | 2 lines

set default icon for standard plugins (old API),re #1729

........

r18746 | mlunzena | 2011-01-31 08:37:37 +0100 (Mo, 31 Jan 2011) | 1 line

move CSRF token out of form tag, fixes #1731

........

r18747 | mlunzena | 2011-01-31 11:06:17 +0100 (Mo, 31 Jan 2011) | 1 line

mock builtin session support, refs #1719

........

r18748 | krassmus | 2011-01-31 11:44:25 +0100 (Mo, 31 Jan 2011) | 3 lines

#1714

fix the test

........

r18752 | elmar | 2011-01-31 13:59:49 +0100 (Mo, 31 Jan 2011) | 2 lines

fix resource icon link and remove some dead code, fixes #1730

........

r18753 | elmar | 2011-01-31 14:51:42 +0100 (Mo, 31 Jan 2011) | 2 lines

display course schedule for public courses, fixes #1725

........

r18754 | elmar | 2011-01-31 14:53:11 +0100 (Mo, 31 Jan 2011) | 2 lines

use fixed tab icon size, add icon to faculty tab, re #1729

........

r18758 | elmar | 2011-01-31 15:47:29 +0100 (Mo, 31 Jan 2011) | 2 lines

revert [18538], re #1708

........

r18762 | mriehe | 2011-01-31 17:02:37 +0100 (Mo, 31 Jan 2011) | 1 line

adding default pagination to configuration, fixes #1422

........

r18764 | anoack | 2011-01-31 19:04:15 +0100 (Mo, 31 Jan 2011) | 1 line

fixes #1722

........

r18766 | mlunzena | 2011-02-01 10:41:28 +0100 (Di, 01 Feb 2011) | 1 line

return exit codes when unit testing

........

r18767 | mlunzena | 2011-02-01 11:42:31 +0100 (Di, 01 Feb 2011) | 1 line

add ccrb test

........

r18768 | mlunzena | 2011-02-01 11:44:09 +0100 (Di, 01 Feb 2011) | 1 line

remove test

........

r18783 | elmar | 2011-02-01 16:53:06 +0100 (Di, 01 Feb 2011) | 2 lines

reset array pointer at end of validate_args(), fixes #1736

........

r18784 | mriehe | 2011-02-01 17:45:17 +0100 (Di, 01 Feb 2011) | 1 line

adding step00214, re #1734

........

r18785 | mriehe | 2011-02-01 18:17:23 +0100 (Di, 01 Feb 2011) | 1 line

removing unnecessary admin-file, re #1734

........

r18786 | elmar | 2011-02-01 18:33:21 +0100 (Di, 01 Feb 2011) | 2 lines

revert part of [16603], fixes #1737

........

r18788 | elmar | 2011-02-01 18:50:13 +0100 (Di, 01 Feb 2011) | 2 lines

update change log on trunk

........

r18814 | krassmus | 2011-02-02 12:17:23 +0100 (Mi, 02 Feb 2011) | 3 lines

refs #1714

new test and an exception added

........

r18831 | anoack | 2011-02-02 17:54:52 +0100 (Mi, 02 Feb 2011) | 1 line

fixes #1744

........

r18832 | anoack | 2011-02-02 18:59:39 +0100 (Mi, 02 Feb 2011) | 1 line

fixes #1743

........

r18833 | anoack | 2011-02-02 19:00:39 +0100 (Mi, 02 Feb 2011) | 1 line

fixes #1743

........

r18835 | tgloeggl | 2011-02-03 10:25:27 +0100 (Do, 03 Feb 2011) | 1 line

fixes #1526, TIC

........

r18839 | mlunzena | 2011-02-03 12:06:47 +0100 (Do, 03 Feb 2011) | 1 line

do not verify requests to plugins.php. refs #1719

........

r18840 | tgloeggl | 2011-02-03 12:13:41 +0100 (Do, 03 Feb 2011) | 1 line

refs #1714, fix urls for schedules, add user-defined templates

........

r18844 | krassmus | 2011-02-03 14:10:38 +0100 (Do, 03 Feb 2011) | 3 lines

refs #1750

adding PDF-export to a wiki-page

........

r18851 | krassmus | 2011-02-03 16:13:41 +0100 (Do, 03 Feb 2011) | 3 lines

refs #1751

adding aria-label to quicksearch-forms

........

r18854 | krassmus | 2011-02-03 16:42:20 +0100 (Do, 03 Feb 2011) | 3 lines

refs #1750

missing require added

........

r18855 | aklassen | 2011-02-03 17:27:37 +0100 (Do, 03 Feb 2011) | 1 line

Added infrastructure for StEP0213 and used valdidation in create user form refs #1752

........

r18858 | aklassen | 2011-02-03 17:50:34 +0100 (Do, 03 Feb 2011) | 1 line

refined whitespacing and indentation of [18855] refs #1752

........

r18859 | mlunzena | 2011-02-03 21:40:20 +0100 (Do, 03 Feb 2011) | 1 line

post notifications when creating/updating/deleting postings, fixes #1746

........

r18860 | mlunzena | 2011-02-03 21:40:36 +0100 (Do, 03 Feb 2011) | 1 line

send original event when posting to wildcards, refs #793

........

r18861 | mlunzena | 2011-02-03 21:40:41 +0100 (Do, 03 Feb 2011) | 1 line

post notification when creating/updating/deleting wiki pages, refs #1748

........

r18862 | mlunzena | 2011-02-03 21:43:41 +0100 (Do, 03 Feb 2011) | 1 line

post notification when creating/updating/deleting files, refs #1747

........

r18863 | mlunzena | 2011-02-03 21:51:54 +0100 (Do, 03 Feb 2011) | 1 line

remove call to exit, refs #1747

........

r18864 | krassmus | 2011-02-04 10:56:53 +0100 (Fr, 04 Feb 2011) | 3 lines

refs #1750

check access in StudipDocument?

........

r18868 | krassmus | 2011-02-04 17:32:56 +0100 (Fr, 04 Feb 2011) | 3 lines

refs #1752

JS-coding style

........

r18869 | krassmus | 2011-02-04 18:19:04 +0100 (Fr, 04 Feb 2011) | 3 lines

refs #1753

StEP00220: relation between singledates and teachers added

........

r18870 | krassmus | 2011-02-04 18:20:21 +0100 (Fr, 04 Feb 2011) | 3 lines

refs #1753

adding changes on SeminarCycleDate?

........

r18871 | krassmus | 2011-02-04 18:29:47 +0100 (Fr, 04 Feb 2011) | 2 lines

refs #1750 adding courier font

........

r18872 | krassmus | 2011-02-04 18:35:48 +0100 (Fr, 04 Feb 2011) | 3 lines

refs #1750

deleting useless file

........

r18873 | anoack | 2011-02-06 16:40:27 +0100 (So, 06 Feb 2011) | 1 line

re #1756

........

r18874 | anoack | 2011-02-06 17:04:24 +0100 (So, 06 Feb 2011) | 1 line

re #1757

........

r18875 | mriehe | 2011-02-06 21:04:18 +0100 (So, 06 Feb 2011) | 1 line

step216, re #1698

........

r18876 | mriehe | 2011-02-06 21:09:03 +0100 (So, 06 Feb 2011) | 1 line

step216, re #1698

........

r18877 | elmar | 2011-02-06 22:15:16 +0100 (So, 06 Feb 2011) | 2 lines

add api for displaying message boxes to PageLayout?, re #1758

........

r18878 | ckater | 2011-02-07 11:03:16 +0100 (Mo, 07 Feb 2011) | 1 line

initial implementation of new header and corresponding changes re #1759

........

r18879 | ckater | 2011-02-07 11:03:36 +0100 (Mo, 07 Feb 2011) | 1 line

initial implementation of new header and corresponding changes re #1759

........

r18880 | ckater | 2011-02-07 11:04:17 +0100 (Mo, 07 Feb 2011) | 1 line

initial implementation of new header and corresponding changes re #1759

........

r18881 | anoack | 2011-02-07 11:04:20 +0100 (Mo, 07 Feb 2011) | 1 line

trying to please marcus :) re #1756

........

r18882 | krassmus | 2011-02-07 11:14:19 +0100 (Mo, 07 Feb 2011) | 3 lines

refs #1750

setting save-method conform to StudipDocument? API.

........

r18883 | mlunzena | 2011-02-07 12:08:03 +0100 (Mo, 07 Feb 2011) | 1 line

use StudipDocument? instead of custom SQL, refs #1747

........

r18884 | mlunzena | 2011-02-07 12:16:50 +0100 (Mo, 07 Feb 2011) | 1 line

update jquery, refs #1745

........

r18885 | krassmus | 2011-02-07 12:23:14 +0100 (Mo, 07 Feb 2011) | 3 lines

refs #1759

try out a background with tranparency - should look identical

........

r18887 | aklassen | 2011-02-07 14:09:01 +0100 (Mo, 07 Feb 2011) | 1 line

Add "teilnehmer icon" to "meine_seminare.php" refs #1761

........

r18888 | krassmus | 2011-02-07 15:04:22 +0100 (Mo, 07 Feb 2011) | 3 lines

refs #1759

changing layout of quicksearch-box in the header

........

r18890 | tgloeggl | 2011-02-07 15:08:34 +0100 (Mo, 07 Feb 2011) | 1 line

refs #1761

........

r18892 | tgloeggl | 2011-02-07 15:30:17 +0100 (Mo, 07 Feb 2011) | 1 line

refs #1761

........

r18893 | anoack | 2011-02-07 15:31:03 +0100 (Mo, 07 Feb 2011) | 1 line

fixing LockRules? re #1756

........

r18894 | mriehe | 2011-02-07 15:38:57 +0100 (Mo, 07 Feb 2011) | 1 line

bugfixing, fixes #1742, re #1734

........

r18895 | mriehe | 2011-02-07 15:39:21 +0100 (Mo, 07 Feb 2011) | 1 line

bugfixing, fixes #1742, re #1734

........

r18896 | mriehe | 2011-02-07 15:46:48 +0100 (Mo, 07 Feb 2011) | 1 line

chaning persons-icon, re #1729

........

r18897 | anoack | 2011-02-07 16:37:08 +0100 (Mo, 07 Feb 2011) | 1 line

re #1761

........

r18898 | krassmus | 2011-02-07 17:13:19 +0100 (Mo, 07 Feb 2011) | 3 lines

refs #1759

Das Rot als Hoverfarbe für Links brennt in den Augen (zumindest bei mir als jemand mit Rot-Grün Schwäche). Jetzt ändere ich Hoverfarbe mal auf Weiß.

........

r18899 | mriehe | 2011-02-07 17:42:22 +0100 (Mo, 07 Feb 2011) | 1 line

finetuning gui, new topic, add page-margin, add (empty) footer, re #1759

........

r18900 | krassmus | 2011-02-07 18:01:35 +0100 (Mo, 07 Feb 2011) | 3 lines

refs #1750

adding comments as endnotes

........

r18901 | mriehe | 2011-02-07 18:59:21 +0100 (Mo, 07 Feb 2011) | 1 line

disable navigation for user, fixes #1762

........

comment:29 Changed 6 months ago by tgloeggl

(in [20942]) fix functions.php to comply with commenting coding-standards

comment:30 Changed 6 months ago by tgloeggl

(In [20985]) remove font-tags to comply with coding conventions, refs #651

comment:31 Changed 6 months ago by tgloeggl

(In [20986]) remove bogus closing of anker-tag, refs #651

comment:32 Changed 5 months ago by krassmus

(In [21147]) refs #651

code-conventions 4 spaces instead of two

comment:33 Changed 5 months ago by tgloeggl

(In [21148]) refs #651, no tabs allowed

comment:34 Changed 3 months ago by tgloeggl

(In [21463]) refs #651, fix violation of coding conventions, replace tabs by spaces

comment:35 Changed 6 weeks ago by tleilax

(In [21846]) re #483 & #651

comment:36 Changed 6 weeks ago by tleilax

(In [21847]) re #483 & #651

comment:37 Changed 6 weeks ago by tleilax

(In [21848]) eliminate db_seminar, re #483 & #651

comment:38 Changed 6 weeks ago by tleilax

(In [21860]) eliminate db_seminar, re #483 & #651

comment:39 Changed 6 weeks ago by tleilax

(In [21863]) eliminate db_seminar and clean up according to code styles, re #483 & #651

comment:40 Changed 5 weeks ago by tleilax

(In [21867]) eliminate db_seminar and clean up according to code styles, re #483 & #651

comment:41 Changed 5 weeks ago by tleilax

(In [21868]) eliminate db_seminar and clean up according to code styles, re #483 & #651

comment:42 Changed 5 weeks ago by tleilax

(In [21870]) class rearranged for future changes, re #651

comment:43 Changed 5 weeks ago by tleilax

(In [21898]) updated code according to coding style, re #651 (& #1754)

comment:44 Changed 5 weeks ago by tleilax

(In [21900]) updated code according to coding style, re #651

comment:45 Changed 12 days ago by sewert

(In [22192]) changed ident for better overview, refs #651

Note: See TracTickets for help on using tickets.