aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge remote-tracking branch 'p/ticket/10428' into develop-olympusAndreas Fischer2011-12-252-48/+66
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | [ticket/10428] Documentation for optionget/optionset functions.Oleg Pudeyev2011-12-252-4/+36
| | * | | | | | [ticket/10428] Use phpbb_optionget/set in optionget/set for DRYness.Oleg Pudeyev2011-12-252-32/+24
| | * | | | | | [ticket/10428] Dispose of $this->keyvalues cache for optionget.Oleg Pudeyev2011-12-251-8/+2
| | * | | | | | [ticket/10428] Compare $data to false strictly.Oleg Pudeyev2011-12-252-8/+8
| | |/ / / / /
* | | | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-12-241-1/+6
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge remote-tracking branch 'cyberalien/ticket/10507' into develop-olympusOleg Pudeyev2011-12-241-1/+6
| |\ \ \ \ \ \
| | * | | | | | [ticket/10507] Sort styles in acpVjacheslav Trushkin2011-12-151-1/+6
* | | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-12-231-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | [ticket/10546] Add missing argument to adm_back_link in acp_captcha.Oleg Pudeyev2011-12-231-1/+1
| | |/ / / / / | |/| | | | |
| * | | | | | Merge remote-tracking branch 'cyberalien/ticket/10399' into develop-olympusOleg Pudeyev2011-12-221-10/+10
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | [ticket/10399] Correctly encoding template component urls (3.0)Vjacheslav Trushkin2011-12-011-10/+10
* | | | | | | Merge remote-tracking branch 'imkingdavid/ticket/10541' into developOleg Pudeyev2011-12-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [ticket/10541] Fixed empty drop-down menu bugDavid King2011-12-211-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge remote-tracking branch 'cyberalien/ticket/develop/10399' into developOleg Pudeyev2011-12-221-7/+7
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | [ticket/10399] Correctly encoding template component urls (3.1)Vjacheslav Trushkin2011-12-011-7/+7
* | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-12-161-2/+16
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'prep-release-3.0.10' into develop-olympusAndreas Fischer2011-12-161-2/+16
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'nickvergessen/ticket/10531' into prep-release-3...Andreas Fischer2011-12-161-2/+16
| | |\ \ \ \ \ \
| | | * | | | | | [ticket/10531] Disallow deleting of the last styleJoas Schilling2011-12-151-2/+16
* | | | | | | | | [ticket/10463] removed extra comma in malformed query in acp_styles.phpDavid King2011-12-151-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge branch 'develop-olympus' into developNils Adermann2011-12-091-1/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'prep-release-3.0.10' into develop-olympusNils Adermann2011-12-091-1/+10
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | [ticket/10319] Missing hidden fields in search formVjacheslav Trushkin2011-12-091-1/+10
| | * | | | | [prep-release-3.0.10] Bumping version number for 3.0.10-RC3.Andreas Fischer2011-12-041-1/+1
| | |/ / / /
* | | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-12-032-46/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'Noxwizard/ticket/10349' into develop-olympusOleg Pudeyev2011-12-032-46/+8
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | [ticket/10349] Removed duplicated functions from schema loading in testsPatrick Webster2011-10-291-1/+0
| | * | | | [ticket/10349] Use new schema comment function in installerPatrick Webster2011-09-282-46/+9
* | | | | | Merge remote-tracking branch 'nickvergessen/ticket/develop/10345' into developOleg Pudeyev2011-12-0331-197/+371
|\ \ \ \ \ \
| * | | | | | [ticket/10345] Check directly whether the key to use existsJoas Schilling2011-11-301-8/+16
| * | | | | | [ticket/10345] Return the language key when the key has an empty arrayJoas Schilling2011-11-301-0/+5
| * | | | | | [ticket/10345] Document behaviour for floating numbers on phpbb_get_plural_formJoas Schilling2011-11-302-2/+2
| * | | | | | [ticket/10345] Remove doubled check for valid plural ruleJoas Schilling2011-11-301-4/+0
| * | | | | | [ticket/10345] Add documentation and phpbb_ prefix to the new avatar functionsJoas Schilling2011-11-305-14/+26
| * | | | | | [ticket/10345] Move rule determination code into a new functionJoas Schilling2011-11-252-153/+173
| * | | | | | [ticket/10345] Make the use of the 0-case optionalJoas Schilling2011-11-251-34/+40
| * | | | | | [ticket/10345] Fix some last use cases of sprintf() to use $user->lang()Joas Schilling2011-11-253-6/+6
| * | | | | | [ticket/10345] Fix some documentation issues.Joas Schilling2011-11-251-5/+5
| * | | | | | [ticket/10345] Allow float as array key and add some testsJoas Schilling2011-11-251-2/+4
| * | | | | | [ticket/10345] Use the plural function in some more places.Joas Schilling2011-11-2514-59/+73
| * | | | | | [ticket/10345] Make use of the plural function in some basic placesJoas Schilling2011-11-2520-122/+54
| * | | | | | [ticket/10345] Remove '1 hour ago' string which conflicted with plural rulesJoas Schilling2011-11-251-2/+2
| * | | | | | [ticket/10345] Fix documentation on the new function and the switchJoas Schilling2011-11-251-2/+13
| * | | | | | [ticket/10345] Add a system to allow multiple plural formsJoas Schilling2011-11-251-1/+169
* | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-271-5/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Merge branch 'prep-release-3.0.10' into develop-olympusAndreas Fischer2011-11-271-5/+5
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge remote-tracking branch 'rxu/ticket/10497' into prep-release-3.0.10Andreas Fischer2011-11-271-5/+5
| | |\ \ \ \
| | | * | | | [ticket/10497] Fix SQL error when guest visits forum with unread topicrxu2011-11-271-5/+5
| | * | | | | [prep-release-3.0.10] Bumping version number for 3.0.10-RC2.Andreas Fischer2011-11-261-1/+1
| | |/ / / /