aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Expand)AuthorAgeFilesLines
* [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-293-9/+9
* Merge remote-tracking branch 'nickvergessen/feature/php-events-4' into developDavid King2012-08-202-14/+193
|\
| * [feature/php-events] Fix acp_manage_forums_update_data_before and is_new_forumJoas Schilling2012-08-181-5/+2
| * [feature/php-events] Fix core.acp_manage_forums_update_data_after varsJoas Schilling2012-08-181-1/+1
| * [feature/php-events] Add event core.acp_manage_forums_move_contentJoas Schilling2012-08-081-1/+24
| * [feature/php-events] Fix doc and naming of core.acp_manage_forums_move_childrenJoas Schilling2012-08-081-4/+21
| * [feature/php-events] Fix doc and naming of acp_manage_forums_update_data_afterJoas Schilling2012-08-081-2/+15
| * [feature/php-events] Add new event core.acp_manage_forums_update_data_beforeJoas Schilling2012-08-081-1/+19
| * [feature/php-events] Fix naming and doc of core.acp_manage_forums_validate_dataJoas Schilling2012-08-081-1/+10
| * [feature/php-events] Fix naming and doc of core.acp_manage_forums_display_formJoas Schilling2012-08-081-2/+21
| * [feature/php-events] Fix naming and doc of acp_manage_forums_initialise_dataJoas Schilling2012-08-081-6/+21
| * [feature/php-events] Fix doc and naming of core.acp_forums_request_forum_dataJoas Schilling2012-08-081-1/+9
| * [feature/php-events] Add core.acp_users_overview_run_quicktoolJoas Schilling2012-08-051-0/+13
| * [feature/php-events] Add core.acp_users_overview_modify_dataJoas Schilling2012-08-051-0/+12
| * [feature/php-events] Move and fix event core.acp_users_display_overviewJoas Schilling2012-08-051-9/+17
| * [feature/php-events] Remove event core.acp_profile_field_editJoas Schilling2012-08-051-4/+0
| * [feature/php-events] Proper name for request forum data to avoid confusionJoas Schilling2012-08-011-1/+1
| * [feature/php-events] Add additional events to acp_forums.phpJoas Schilling2012-08-011-5/+25
| * [feature/php-events] Fix name of event when changing a profile fieldJoas Schilling2012-08-011-1/+1
| * [feature/php-events] Replace core.acp_forums_add_forum_dataJoas Schilling2012-08-011-4/+4
| * [feature/events] Correct core.acp_profile_edit eventErik Frèrejean2012-08-011-5/+4
| * [feature/events] Correct core.acp_users_overview eventErik Frèrejean2012-08-011-4/+3
| * [feature/events] Removing the third trigger_event parameterMichael Cullum2012-08-011-1/+1
| * [feature/events] Remove core.acp_modules_modules eventMichael Cullum2012-08-011-17/+6
| * [feature/events] Change to use the new method of adding eventsMichael Cullum2012-08-011-3/+1
| * [feature/events] Fix info/acp_modules.php completlyJoas Schilling2012-08-011-2/+2
| * [feature/events] Fix ledges in ACP and apply coding guidelinesJoas Schilling2012-08-013-6/+6
| * [feature/events] Adding core.acp_profile_edit ledgeMichael Cullum2012-08-011-0/+5
| * [feature/events] Adding core.acp_modules_modules ledgeMichael Cullum2012-08-011-6/+17
| * [feature/events] Adding core.acp_users_overview ledgeMichael Cullum2012-08-011-0/+5
| * [feature/events] Fixing core.acp_forums_add_forum_dataMichael Cullum2012-08-011-5/+5
| * [feature/events] Add core.acp_foruns_add_forum_data ledgeMichael Cullum2012-08-011-0/+5
* | Merge PR #916 branch 'dhruvgoel92/ticket/11011' into developOleg Pudeyev2012-08-081-2/+2
|\ \
| * | [ticket/11011] pass $auth to search backend constructorDhruv2012-08-081-2/+2
| * | [ticket/11011] passing global variablesDhruv2012-07-281-2/+2
* | | [ticket/11041] Correctly import PHP file extension from global space.Andreas Fischer2012-08-021-3/+3
|/ /
* | Merge PR #865 branch 'dhruvgoel92/feature/sphinx-fulltext-search' into developOleg Pudeyev2012-07-271-1/+1
|\ \
| * | [feature/sphinx-fulltext-search] use keywords_search instead of get_nameDhruv Goel2012-07-121-1/+1
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-231-1/+5
|\ \ \
| * | | [ticket/10965] Introduce a new profile field option to display no valueNils Adermann2012-07-231-1/+5
* | | | Merge pull request #914 from EXreaction/ticket/10990Nils Adermann2012-07-225-11/+11
|\ \ \ \
| * | | | [ticket/10990] Changes for developNathan Guse2012-07-224-26/+26
| * | | | [ticket/10990] Do not use comma separator when storing it as a log.Nathan Guse2012-07-224-5/+5
| * | | | [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriateNathan2012-07-229-40/+40
| | |_|/ | |/| |
* | | | [ticket/11012] Normalize $phpEx member vars to $php_extIgor Wiedler2012-07-211-5/+5
|/ / /
* | | Merge pull request #843 from nickvergessen/feature/new-tz-handlingNils Adermann2012-07-192-13/+26
|\ \ \
| * | | [feature/new-tz-handling] Don't use global user but make it a parameterJoas Schilling2012-07-192-2/+4
| * | | [feature/new-tz-handling] Fall back to UTC, if the timezone is invalidJoas Schilling2012-07-191-1/+8
| * | | [feature/new-tz-handling] Rename $user->tz back to $user->timezoneJoas Schilling2012-07-181-3/+3
| * | | [feature/new-tz-handling] Remove "timezone might be numeric"Joas Schilling2012-07-181-5/+0