aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1834 from cyberalien/ticket/11984Nathan Guse2013-11-215-11/+18
|\
| * [ticket/11984] Do not resize textarea on touch devicesVjacheslav Trushkin2013-11-191-2/+4
| * [ticket/11984] Hide <dfn> for invalid extensionsVjacheslav Trushkin2013-11-191-0/+3
| * [ticket/11984] Fix stray </ul> and active tab hover in ACPVjacheslav Trushkin2013-11-192-11/+8
| * [ticket/11984] Prevent AJAX background animation flicker in prosilverVjacheslav Trushkin2013-11-191-0/+3
| * [ticket/11984] Prevent AJAX background animation flicker in ACPVjacheslav Trushkin2013-11-191-0/+2
* | Merge pull request #1869 from prototech/ticket/10810Nathan Guse2013-11-2115-207/+117
|\ \
| * | [ticket/10810] Remove obsolete swatch code.Cesar G2013-11-134-134/+0
| * | [ticket/10810] Update all palettes.Cesar G2013-11-139-12/+26
| * | [ticket/10810] Make the color palette usable outside of the editor context.Cesar G2013-11-131-8/+42
| * | [ticket/10810] Move the color palette code to core.js.Cesar G2013-11-122-61/+57
* | | Merge pull request #1882 from prototech/ticket/11959Nathan Guse2013-11-212-3/+33
|\ \ \
| * | | [ticket/11959] Rename $extra_cnt to something more descriptive.Cesar G2013-11-211-3/+3
| * | | [ticket/11959] Use COMMA_SEPARATOR to join the user list.Cesar G2013-11-211-1/+1
| * | | [ticket/11959] Trim the list of users from post notifications.Cesar G2013-11-212-2/+32
| | |/ | |/|
* | | Merge pull request #1878 from blitze/ticket/12024Nathan Guse2013-11-215-0/+22
|\ \ \
| * | | [ticket/12024] Add new lineOpenShift guest2013-11-192-0/+2
| * | | [ticket/12024] Correct the 'since' information in event listOpenShift guest2013-11-191-2/+2
| * | | [ticket/12024] Update events listOpenShift guest2013-11-181-0/+16
| * | | [ticket/12024] Replace newlineOpenShift guest2013-11-181-1/+1
| * | | [ticket/12024] Template event overall_header_content_beforeOpenShift guest2013-11-184-0/+4
* | | | [ticket/11484] Display login box for users following email notification link.Cesar G2013-11-212-17/+4
| |/ / |/| |
* | | Merge branch 'develop-olympus' into developJoas Schilling2013-11-191-2/+1
|\ \ \
| * | | [ticket/11814] Remove redundant text from the topic reply email notification.Cesar G2013-11-191-2/+1
* | | | [prep-release-3.1.0-a2] Update version to 3.1.0-a3-dev in install and constantJoas Schilling2013-11-192-2/+2
* | | | [prep-release-3.1.0-a2] Add changelog for alpha2Joas Schilling2013-11-191-0/+74
* | | | [prep-release-3.1.0-a2] Prepare ChangelogJoas Schilling2013-11-191-22/+25
* | | | [prep-release-3.1.0-a2] Add migration for 3.1.0-a2Joas Schilling2013-11-191-0/+28
* | | | [prep-release-3.1.0-a2] Update version to 3.1.0-a2Joas Schilling2013-11-195-7/+7
* | | | Merge remote-tracking branch 'Marc/ticket/11896' into developJoas Schilling2013-11-191-1/+2
|\ \ \ \
| * | | | [ticket/11896] Use $form_time and fix out of bounds $form_timeMarc Alexander2013-11-141-2/+3
| * | | | [ŧicket/11896] Set form_time with time() when marking all notifications readMarc Alexander2013-11-091-1/+1
* | | | | [ticket/12023] Correctly compare the size of the array in ignore_new_filesJoas Schilling2013-11-191-1/+1
* | | | | [ticket/12018] Use path_helper for admin style CSS in sql reportMarc Alexander2013-11-141-2/+2
* | | | | [ticket/12008] Update the run time value for the prune notifications cron taskCesar G2013-11-142-1/+9
* | | | | [ticket/12008] The read_notification_last_gc config setting should be dynamic.Cesar G2013-11-142-1/+28
* | | | | Merge pull request #1815 from marc1706/ticket/11525Nils Adermann2013-11-136-26/+24
|\ \ \ \ \
| * | | | | [ticket/11525] Use foreach instead of array_walk in method clean_row()Marc Alexander2013-11-131-23/+9
| * | | | | [ticket/11525] Prefix id parameter with 'g' again when its a group avatarJoas Schilling2013-11-101-3/+10
| * | | | | [ticket/11525] Fix doc blocksJoas Schilling2013-11-101-4/+7
| * | | | | [ticket/11525] Only remove group or user prefix from given avatar dataMarc Alexander2013-10-246-12/+14
* | | | | | Merge pull request #1871 from nickvergessen/ticket/12016Nils Adermann2013-11-132-13/+16
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | [ticket/12016] Use a service provider for event listenersJoas Schilling2013-11-132-13/+16
* | | | | | [ticket/11472] Expand palette cell links to the full block size.Cesar G2013-11-124-3/+7
* | | | | | [ticket/11472] Use {T_ASSETS_PATH}.Cesar G2013-11-125-5/+5
* | | | | | [ticket/11472] Update the ACP user signature page.Cesar G2013-11-122-34/+39
* | | | | | [ticket/11472] Make the color swatch configurable and fix it in subsilver2Cesar G2013-11-126-20/+14
* | | | | | [ticket/11472] Make prosilver's editor.js an asset used by all styles.Cesar G2013-11-128-726/+5
* | | | | | [ticket/11998] Make phpbbcli executable and add shebangNils Adermann2013-11-121-0/+1
* | | | | | Merge pull request #1849 from bantu/ticket/11998Nils Adermann2013-11-1114-130/+455
|\ \ \ \ \ \