Joas Schilling
cfd5fcbe26
[feature/php-events] Add new event core.acp_manage_forums_update_data_before
...
Allows you to remove data from forum_data_sql before we update/create the forum
PHPBB3-9550
2012-08-08 13:01:39 +02:00
Joas Schilling
caf76b4ceb
[feature/php-events] Fix naming and doc of core.acp_manage_forums_validate_data
...
PHPBB3-9550
2012-08-08 12:50:47 +02:00
Joas Schilling
3beda0cbab
[feature/php-events] Fix naming and doc of core.acp_manage_forums_display_form
...
PHPBB3-9550
2012-08-08 12:44:28 +02:00
Joas Schilling
38ba09e707
[feature/php-events] Fix naming and doc of acp_manage_forums_initialise_data
...
PHPBB3-9550
2012-08-08 12:38:23 +02:00
Joas Schilling
e3a9bf0376
[feature/php-events] Fix doc and naming of core.acp_forums_request_forum_data
...
PHPBB3-9550
2012-08-08 12:35:26 +02:00
Joas Schilling
171c07a084
[feature/php-events] Add core.acp_users_overview_run_quicktool
...
This event was split from core.acp_users_display_overview to make it work
as expected.
PHPBB3-9550
2012-08-05 15:39:42 +02:00
Joas Schilling
be61bcb7b5
[feature/php-events] Add core.acp_users_overview_modify_data
...
This event was split from core.acp_users_display_overview to make it work
as expected.
PHPBB3-9550
2012-08-05 15:27:08 +02:00
Joas Schilling
5db76ee8b0
[feature/php-events] Move and fix event core.acp_users_display_overview
...
The event had some invalid variables, so the event was moved to give it some
more power.
PHPBB3-9550
2012-08-05 15:03:08 +02:00
Joas Schilling
6571ea1fc8
[feature/php-events] Remove event core.acp_profile_field_edit
...
The currently implemented event is useless and we couldn't find a MOD, which
requires editing this file in that position.
PHPBB3-9550
2012-08-05 14:50:33 +02:00
Joas Schilling
b1582ece91
[feature/php-events] Proper name for request forum data to avoid confusion
...
PHPBB3-9550
2012-08-01 10:18:52 +02:00
Joas Schilling
2e5a7ae4dd
[feature/php-events] Add additional events to acp_forums.php
...
PHPBB3-9550
2012-08-01 10:18:52 +02:00
Joas Schilling
8637f09b35
[feature/php-events] Fix name of event when changing a profile field
...
PHPBB3-9550
2012-08-01 10:18:49 +02:00
Joas Schilling
0f78b4699a
[feature/php-events] Replace core.acp_forums_add_forum_data
...
Add missing global $phpbb_dispatcher, add $action and name the event better
PHPBB3-9550
2012-08-01 10:18:49 +02:00
Erik Frèrejean
05c0d1ad17
[feature/events] Correct core.acp_profile_edit event
...
Still used the "old" way.
PHPBB3-9550
2012-08-01 10:18:47 +02:00
Erik Frèrejean
b04141b14f
[feature/events] Correct core.acp_users_overview event
...
The event still used the "old" method.
PHPBB3-9550
2012-08-01 10:18:47 +02:00
Michael Cullum
3f1b4e83ae
[feature/events] Removing the third trigger_event parameter
...
PHPBB3-9550
2012-08-01 10:18:44 +02:00
Michael Cullum
8da33e2654
[feature/events] Remove core.acp_modules_modules event
...
PHPBB3-9550
2012-08-01 10:18:44 +02:00
Michael Cullum
8af7d225ef
[feature/events] Change to use the new method of adding events
...
PHPBB3-9550
2012-08-01 10:18:44 +02:00
Joas Schilling
ba63df2dce
[feature/events] Fix info/acp_modules.php completly
...
PHPBB3-9550
2012-08-01 10:18:44 +02:00
Joas Schilling
b966551e6b
[feature/events] Fix ledges in ACP and apply coding guidelines
...
PHPBB3-9550
2012-08-01 10:18:43 +02:00
Michael Cullum
f362d374cc
[feature/events] Adding core.acp_profile_edit ledge
...
PHPBB3-9550
2012-08-01 10:18:39 +02:00
Michael Cullum
74d3555c4c
[feature/events] Adding core.acp_modules_modules ledge
...
PHPBB3-9550
2012-08-01 10:18:39 +02:00
Michael Cullum
5c0decf4cf
[feature/events] Adding core.acp_users_overview ledge
...
PHPBB3-9550
2012-08-01 10:18:39 +02:00
Michael Cullum
19a3164e80
[feature/events] Fixing core.acp_forums_add_forum_data
...
PHPBB3-9550
2012-08-01 10:18:38 +02:00
Michael Cullum
eb7a04d324
[feature/events] Add core.acp_foruns_add_forum_data ledge
...
PHPBB3-9550
2012-08-01 10:18:38 +02:00
Nils Adermann
737828f009
Merge pull request #843 from nickvergessen/feature/new-tz-handling
...
Feature/new tz handling
2012-07-19 08:46:25 -07:00
Joas Schilling
7df1c84447
[feature/new-tz-handling] Don't use global user but make it a parameter
...
PHPBB3-9558
2012-07-19 17:41:27 +02:00
Joas Schilling
196e634370
[feature/new-tz-handling] Fall back to UTC, if the timezone is invalid
...
This should avoid problems, when the board files are updated but database isn't.
PHPBB3-9558
2012-07-19 15:46:12 +02:00
Joas Schilling
a71e60cdbd
[feature/new-tz-handling] Rename $user->tz back to $user->timezone
...
PHPBB3-9558
2012-07-18 16:52:52 +02:00
Drae
584d49459d
[feature/pagination-as-list] New parameter for name of start var
...
Add a new parameter to hold the name of the start variable. This
fulfills ticket PHPBB3-8535.
PHPBB3-10968
2012-07-18 14:32:42 +01:00
Drae
27d8aef528
[feature/pagination-as-list] Updates for nils comments
...
Re-remove deprecated functions, change on_page to phpbb_on_page,
add null returns, remove globals and pass as params.
PHPBB3-10968
2012-07-18 14:32:18 +01:00
Drae
cf4d6e926d
[feature/pagination-as-list] Rename and deprecate functions
...
Returned and marked deprecated topic_generate_pagination. Rename
new function in line with coding guidelines.
PHPBB3-10968
2012-07-18 14:31:50 +01:00
Drae
dc71c0629e
[feature/pagination-as-list] Various fixes and improvements
...
Extracted common template code for prosilver as per subsilver2.
Various other fixups and oversight corrections, changed name
of the "new" template function and re-introduced existing
version. Altered on_page to compensate for removal of some
templating vars from pagination routine.
PHPBB3-10968
2012-07-18 14:31:21 +01:00
Drae
922147f05a
[ticket/10968] Render pagination within the template
...
Since phpBB 2 pagination has been rendered mostly within the source. This
limits just what designers can do with pagination. The current form is also
questionable in terms of "best practice". The aim is to move rendering
completely to the template via the use of a block element. Enabling S_
template vars also allows for control over specific aspects of the
pagination output such as next, previous, active and ellipsis.
Related to this - merging the capabilities of the topic_generate_pagination
with generate_pagination removes an element of duplication.
PHPBB3-10968
2012-07-18 14:30:20 +01:00
Joas Schilling
515e1662a9
[feature/new-tz-handling] Remove "timezone might be numeric"
...
As we updated all of the used values, there really shouldn't be one anymore.
PHPBB3-9558
2012-07-18 15:01:29 +02:00
Joas Schilling
f4136eacdc
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/new-tz-handling
2012-07-18 11:07:32 +02:00
Joas Schilling
3637cd395e
[feature/new-tz-handling] Properly name new timezone selection function
...
Marked the old one as deprecated and made it using the new function.
PHPBB3-9558
2012-07-17 16:09:05 +02:00
Nathan
97350944e3
[ticket/7598] Use $user->lang['COMMA_SEPARATOR']
...
PHPBB3-7598
2012-07-14 17:40:37 -05:00
Nathan
f3e6547acf
[ticket/7598] Inactive users action notification (ACP)
...
When performing an action on users in the ACP Inactive Users, such as activating, deleting, or reminding, trigger_error is now called to give a notification that the action was performed
PHPBB3-7598
2012-07-13 22:18:28 -05:00
Joas Schilling
217d9280dd
[feature/new-tz-handling] Fix comment and validation in ACP board module
...
PHPBB3-9558
2012-06-19 19:21:59 +02:00
Joas Schilling
5f96e5d374
[feature/new-tz-handling] Fix timezone option when editing a user in the ACP
...
PHPBB3-9558
2012-06-18 15:09:45 +02:00
Joas Schilling
3c6272ff04
[feature/new-tz-handling] Remove appearances of board_dst and user_dst
...
PHPBB3-9558
2012-06-18 15:08:46 +02:00
Joas Schilling
f9bc825264
[feature/new-tz-handling] Fix timezone validation in ACP user section
...
PHPBB3-9558
2012-06-18 15:08:23 +02:00
Joas Schilling
09499fb128
[feature/new-tz-handling] Fix handling of timezone and dst in dateformat_select
...
PHPBB3-9558
2012-06-18 15:07:58 +02:00
Nils Adermann
b16f3834a3
Merge branch 'develop-olympus' into develop
...
By Andreas Fischer
via Andreas Fischer (1) and Nils Adermann (1)
* develop-olympus:
[ticket/10550] Sort not installed styles list in the styles section of the ACP.
Conflicts:
phpBB/includes/acp/acp_styles.php
2012-05-31 15:46:23 +02:00
Nils Adermann
7eaedcc8de
Merge remote-tracking branch 'github-bantu/ticket/10550' into develop-olympus
...
By Andreas Fischer
via Andreas Fischer
* github-bantu/ticket/10550:
[ticket/10550] Sort not installed styles list in the styles section of the ACP.
2012-05-31 15:43:09 +02:00
Nils Adermann
bafaf3700c
Merge branch 'develop-olympus' into develop
...
By Andreas Fischer
via Andreas Fischer (1) and Nils Adermann (1)
* develop-olympus:
[ticket/10611] Filter out not existing database tables when making a backup.
[ticket/10611] Use phpbb_db_tools::sql_list_tables() instead of get_tables().
[ticket/10611] Generate db_tools instance in acp_database module.
2012-05-31 15:34:58 +02:00
Andreas Fischer
9240ddbfa7
[ticket/10611] Filter out not existing database tables when making a backup.
...
Using $this->db_tools->sql_list_tables() as the first argument gives us table
names as array keys as a by-product which might be useful at some point.
PHPBB3-10611
2012-05-30 13:45:00 +02:00
Andreas Fischer
515c27270f
[ticket/10611] Use phpbb_db_tools::sql_list_tables() instead of get_tables().
...
get_tables() was deprecated by phpbb_db_tools::sql_list_tables()
This prevents unnecessarily loading functions_install.php
PHPBB3-10611
2012-05-30 13:41:36 +02:00
Andreas Fischer
6036b948ff
[ticket/10611] Generate db_tools instance in acp_database module.
...
PHPBB3-10611
2012-05-30 13:38:41 +02:00