aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Collapse)AuthorAgeFilesLines
* [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-293-9/+9
| | | | | | So far, I've added no new functionality. The biggest change here is adjusting the DB column names to "visibility" rather than "approved". Some things here are pretty likely to change, for example the name and location of the topic_visibility class. Happy birthday phpBB :) PHPBB3-9657
* 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
| | | | | | | | PHPBB3-9550
| * [feature/php-events] Fix core.acp_manage_forums_update_data_after varsJoas Schilling2012-08-181-1/+1
| | | | | | | | PHPBB3-9550
| * [feature/php-events] Add event core.acp_manage_forums_move_contentJoas Schilling2012-08-081-1/+24
| | | | | | | | PHPBB3-9550
| * [feature/php-events] Fix doc and naming of core.acp_manage_forums_move_childrenJoas Schilling2012-08-081-4/+21
| | | | | | | | PHPBB3-9550
| * [feature/php-events] Fix doc and naming of acp_manage_forums_update_data_afterJoas Schilling2012-08-081-2/+15
| | | | | | | | PHPBB3-9550
| * [feature/php-events] Add new event core.acp_manage_forums_update_data_beforeJoas Schilling2012-08-081-1/+19
| | | | | | | | | | | | Allows you to remove data from forum_data_sql before we update/create the forum PHPBB3-9550
| * [feature/php-events] Fix naming and doc of core.acp_manage_forums_validate_dataJoas Schilling2012-08-081-1/+10
| | | | | | | | PHPBB3-9550
| * [feature/php-events] Fix naming and doc of core.acp_manage_forums_display_formJoas Schilling2012-08-081-2/+21
| | | | | | | | PHPBB3-9550
| * [feature/php-events] Fix naming and doc of acp_manage_forums_initialise_dataJoas Schilling2012-08-081-6/+21
| | | | | | | | PHPBB3-9550
| * [feature/php-events] Fix doc and naming of core.acp_forums_request_forum_dataJoas Schilling2012-08-081-1/+9
| | | | | | | | PHPBB3-9550
| * [feature/php-events] Add core.acp_users_overview_run_quicktoolJoas Schilling2012-08-051-0/+13
| | | | | | | | | | | | | | This event was split from core.acp_users_display_overview to make it work as expected. PHPBB3-9550
| * [feature/php-events] Add core.acp_users_overview_modify_dataJoas Schilling2012-08-051-0/+12
| | | | | | | | | | | | | | This event was split from core.acp_users_display_overview to make it work as expected. PHPBB3-9550
| * [feature/php-events] Move and fix event core.acp_users_display_overviewJoas Schilling2012-08-051-9/+17
| | | | | | | | | | | | | | The event had some invalid variables, so the event was moved to give it some more power. PHPBB3-9550
| * [feature/php-events] Remove event core.acp_profile_field_editJoas Schilling2012-08-051-4/+0
| | | | | | | | | | | | | | The currently implemented event is useless and we couldn't find a MOD, which requires editing this file in that position. PHPBB3-9550
| * [feature/php-events] Proper name for request forum data to avoid confusionJoas Schilling2012-08-011-1/+1
| | | | | | | | PHPBB3-9550
| * [feature/php-events] Add additional events to acp_forums.phpJoas Schilling2012-08-011-5/+25
| | | | | | | | PHPBB3-9550
| * [feature/php-events] Fix name of event when changing a profile fieldJoas Schilling2012-08-011-1/+1
| | | | | | | | PHPBB3-9550
| * [feature/php-events] Replace core.acp_forums_add_forum_dataJoas Schilling2012-08-011-4/+4
| | | | | | | | | | | | Add missing global $phpbb_dispatcher, add $action and name the event better PHPBB3-9550
| * [feature/events] Correct core.acp_profile_edit eventErik Frèrejean2012-08-011-5/+4
| | | | | | | | | | | | Still used the "old" way. PHPBB3-9550
| * [feature/events] Correct core.acp_users_overview eventErik Frèrejean2012-08-011-4/+3
| | | | | | | | | | | | The event still used the "old" method. PHPBB3-9550
| * [feature/events] Removing the third trigger_event parameterMichael Cullum2012-08-011-1/+1
| | | | | | | | PHPBB3-9550
| * [feature/events] Remove core.acp_modules_modules eventMichael Cullum2012-08-011-17/+6
| | | | | | | | PHPBB3-9550
| * [feature/events] Change to use the new method of adding eventsMichael Cullum2012-08-011-3/+1
| | | | | | | | PHPBB3-9550
| * [feature/events] Fix info/acp_modules.php completlyJoas Schilling2012-08-011-2/+2
| | | | | | | | PHPBB3-9550
| * [feature/events] Fix ledges in ACP and apply coding guidelinesJoas Schilling2012-08-013-6/+6
| | | | | | | | PHPBB3-9550
| * [feature/events] Adding core.acp_profile_edit ledgeMichael Cullum2012-08-011-0/+5
| | | | | | | | PHPBB3-9550
| * [feature/events] Adding core.acp_modules_modules ledgeMichael Cullum2012-08-011-6/+17
| | | | | | | | PHPBB3-9550
| * [feature/events] Adding core.acp_users_overview ledgeMichael Cullum2012-08-011-0/+5
| | | | | | | | PHPBB3-9550
| * [feature/events] Fixing core.acp_forums_add_forum_dataMichael Cullum2012-08-011-5/+5
| | | | | | | | PHPBB3-9550
| * [feature/events] Add core.acp_foruns_add_forum_data ledgeMichael Cullum2012-08-011-0/+5
| | | | | | | | PHPBB3-9550
* | Merge PR #916 branch 'dhruvgoel92/ticket/11011' into developOleg Pudeyev2012-08-081-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/ticket/11011: [ticket/11011] rename property phpEx to php_ext [ticket/11011] pass $auth to search backend constructor [ticket/11011] remove global keyword from sphinx [ticket/11011] pass global variables in construct [ticket/11011] passing global variables [ticket/11011] remove global keyword in native search [ticket/11011] remove global keyword in pgsql search [ticket/11011] global variables as constructor parameters [ticket/11011] add access specifiers and docblocks
| * | [ticket/11011] pass $auth to search backend constructorDhruv2012-08-081-2/+2
| | | | | | | | | | | | | | | | | | | | | $auth global var is passed to search backend constructor, as it is used by sphinx backend. PHPBB3-11011
| * | [ticket/11011] passing global variablesDhruv2012-07-281-2/+2
| | | | | | | | | | | | | | | | | | Pass global variables to class constructor when making a new object. PHPBB3-11011
* | | [ticket/11041] Correctly import PHP file extension from global space.Andreas Fischer2012-08-021-3/+3
|/ / | | | | | | | | | | | | 85bcdbad468cd255a02d6c48b2dcd1d128978eed shouldn't have changed imports of "global $phpEx". PHPBB3-11041
* | Merge PR #865 branch 'dhruvgoel92/feature/sphinx-fulltext-search' into developOleg Pudeyev2012-07-271-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/feature/sphinx-fulltext-search: (57 commits) [feature/sphinx-fulltext-search] add sphinx to Authors file [feature/sphinx-fulltext-search] add sphinxapi.php file [feature/sphinx-fulltext-search] fix auth bug [feature/sphinx-fulltext-search] remove unused property [feature/sphinx-fulltext-search] use 9312 as default port [feature/sphinx-fulltext-search] fix language of host config [feature/sphinx-fulltext-search] fix sphinx for arbitary host [feature/sphinx-fulltext-search] coding changes acc to phbb conventions [feature/sphinx-fulltext-search] fixing comments [feature/sphinx-fulltext-search] add trailing slash in language [feature/sphinx-fulltext-search] improve port option [feature/sphinx-fulltext-search] remove stopwords and config path [feature/sphinx-fulltext-search] makes sql host configurable [feature/sphinx-fulltext-search] use readonly instead of disabled [feature/sphinx-fulltext-search] fix language keys' typo [feature/sphinx-fulltext-search] remove note from db_tools [feature/sphinx-fulltext-search] add support for postgres [feature/sphinx-fulltext-search] add pgsql functionality [feature/sphinx-fulltext-search] use Update in sphinx query [feature/sphinx-fulltext-search] use CASE instead of IF ...
| * | [feature/sphinx-fulltext-search] use keywords_search instead of get_nameDhruv Goel2012-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | using keyword_search method instead of get_name to distinguish between the search backend classes present in includes/search and other helper classes. PHPBB3-10946
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-231-1/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1 [ticket/10965] Introduce a new profile field option to display no value Conflicts: phpBB/includes/acp/acp_profile.php
| * | | [ticket/10965] Introduce a new profile field option to display no valueNils Adermann2012-07-231-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default the 3.0.10 behaviour is kept, profile fields will not show up if they have either not yet been selected or in case of an optional dropdown field if the novalue option was selected. PHPBB3-10965
* | | | Merge pull request #914 from EXreaction/ticket/10990Nils Adermann2012-07-225-11/+11
|\ \ \ \ | | | | | | | | | | Ticket/10990
| * | | | [ticket/10990] Changes for developNathan Guse2012-07-224-26/+26
| | | | | | | | | | | | | | | | | | | | PHPBB3-10990
| * | | | [ticket/10990] Do not use comma separator when storing it as a log.Nathan Guse2012-07-224-5/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-10990
| * | | | [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriateNathan2012-07-229-40/+40
| | |_|/ | |/| | | | | | | | | | PHPBB3-10990
* | | | [ticket/11012] Normalize $phpEx member vars to $php_extIgor Wiedler2012-07-211-5/+5
|/ / / | | | | | | | | | PHPBB3-11012
* | | Merge pull request #843 from nickvergessen/feature/new-tz-handlingNils Adermann2012-07-192-13/+26
|\ \ \ | | | | | | | | Feature/new tz handling
| * | | [feature/new-tz-handling] Don't use global user but make it a parameterJoas Schilling2012-07-192-2/+4
| | | | | | | | | | | | | | | | PHPBB3-9558
| * | | [feature/new-tz-handling] Fall back to UTC, if the timezone is invalidJoas Schilling2012-07-191-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | This should avoid problems, when the board files are updated but database isn't. PHPBB3-9558
| * | | [feature/new-tz-handling] Rename $user->tz back to $user->timezoneJoas Schilling2012-07-181-3/+3
| | | | | | | | | | | | | | | | PHPBB3-9558
| * | | [feature/new-tz-handling] Remove "timezone might be numeric"Joas Schilling2012-07-181-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | As we updated all of the used values, there really shouldn't be one anymore. PHPBB3-9558