David King
6c6b179dd4
[feature/add_events] Rename override to overwrite, made docs 79 chars/line
...
PHPBB3-9550
2012-08-21 11:25:52 -04:00
David King
0ba755f1bd
[feature/add_events] Rename core.append_sid_override to just core.append_sid
...
Also, I added the hook back in below the event for backwards compatibility.
PHPBB3-9550
2012-08-20 20:45:09 -04:00
David King
808af65819
[feature/add_events] Globalize the event dispatcher object
...
PHPBB3-9550
2012-08-20 12:01:08 -04:00
David King
abc0ee753d
[feature/add_events] Return the correct variable
...
PHPBB3-9550
2012-08-20 11:57:43 -04:00
David King
fbdc956a1c
[feature/add_events] Replaced current append_sid() hook with new event
...
The new event, core.append_sid_override can either supplement or override
the append_sid() function.
PHPBB3-9550
2012-08-20 11:52:06 -04:00
Joas Schilling
93912a2649
[feature/php-events] Remove double space in comments
...
PHPBB3-9550
2012-08-05 23:11:36 +02:00
Joas Schilling
e926ec9934
[feature/php-events] Add docs for core.garbage_collection
...
PHPBB3-9550
2012-08-05 16:51:51 +02:00
Joas Schilling
997075a008
[feature/php-events] Add docs for core.page_footer
...
PHPBB3-9550
2012-08-05 16:46:57 +02:00
Joas Schilling
1f9b23e721
[feature/php-events] Add docs for core.page_header
...
PHPBB3-9550
2012-08-05 16:42:46 +02:00
Joas Schilling
3a9b7c9acf
[feature/php-events] Remove duplicated event and name the events properly
...
PHPBB3-9550
2012-08-01 10:18:49 +02:00
Erik Frèrejean
c51e8716c5
[feature/events] Add blank line
...
Add an additional blank line as requested in #680
PHPBB3-9550
2012-08-01 10:18:48 +02:00
Erik Frèrejean
e21861b488
[feature/events] Adding core.garbage_collection event
...
See: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=42799
for reference.
PHPBB3-9550
2012-08-01 10:18:47 +02:00
Michael Cullum
3d4946f5f0
[feature/events] Fixing events issues
...
PHPBB3-9550
2012-08-01 10:18:46 +02:00
Erik Frèrejean
1a1ae60d8d
[feature/events] Add core.page_footer_override
...
Add a ledge that will allow listeners to override the build in
`page_footer` function.
http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=42741&p=237037
PHPBB3-9550
2012-08-01 10:18:45 +02:00
Erik Frèrejean
6b1ca27a86
[feature/events] Add core.page_header_override
...
Add a ledge that will allow listeners to override the build in
`page_header` function.
http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=42741&p=237037
PHPBB3-9550
2012-08-01 10:18:45 +02:00
Michael Cullum
a247bfc2b6
[feature/events] Fixing issues with events
...
PHPBB3-9550
2012-08-01 10:18:45 +02:00
Joas Schilling
1aa7bc81f6
[feature/events] Remove unnecessary ledge common_template_vars
...
core.page_header is more powerful and includes all functionality of this one.
PHPBB3-9550
2012-08-01 10:18:43 +02:00
Michael Cullum
eda9bcc65d
[feature/events] Add core.common_template_vars ledge
...
Needed by board3portal
PHPBB3-9550
2012-08-01 10:17:05 +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
6de222065e
[feature/new-tz-handling] Add previous selected value to validation if valid
...
We also add the selected timezone if we can create an object with it.
DateTimeZone::listIdentifiers seems to not add all identifiers to the list,
because some are only kept for backward compatible reasons. If the user has
a deprecated value, we add it here, so it can still be kept. Once the user
changed his value, there is no way back to deprecated values.
PHPBB3-9558
2012-07-19 14:36:20 +02:00
Joas Schilling
d099ef8cad
[feature/new-tz-handling] Display suggestion when a different value is selected
...
PHPBB3-9558
2012-07-19 14:24:59 +02:00
Joas Schilling
81627e2888
[feature/new-tz-handling] Remove additional marking of selected items
...
PHPBB3-9558
2012-07-18 18:59:25 +02:00
Joas Schilling
248a52be2a
[feature/new-tz-handling] Delete old variable which is not used anymore
...
PHPBB3-9558
2012-07-18 16:55:14 +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
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
Joas Schilling
f5bb145040
[feature/new-tz-handling] Require user argument on phpbb_datetime
...
PHPBB3-9558
2012-07-16 18:29:31 +02:00
Joas Schilling
82e195ac68
[feature/new-tz-handling] Fix code and doc layout
...
PHPBB3-9558
2012-06-20 14:34:35 +02:00
Joas Schilling
c7d32a1b2d
[feature/new-tz-handling] Prefix function with phpbb_
...
PHPBB3-9558
2012-06-19 19:26:57 +02:00
Joas Schilling
1716e2a2a5
[feature/new-tz-handling] Update doc blocks for the three timezone functions
...
PHPBB3-9558
2012-06-18 15:10:59 +02:00
Joas Schilling
9836efc13c
[feature/new-tz-handling] Inject $user to avoid the usage of global
...
PHPBB3-9558
2012-06-18 15:10:33 +02:00
Joas Schilling
66f7d45603
[feature/new-tz-handling] Introduce 2 step timezone selection using javascript
...
PHPBB3-9558
2012-06-18 15:08:57 +02:00
Joas Schilling
00b5e5345d
[feature/new-tz-handling] Fix displaying of "All times are" string
...
PHPBB3-9558
2012-06-18 15:07:44 +02:00
Joas Schilling
50936cb2ef
[feature/new-tz-handling] Fix selecting and validating of timezone in UCP
...
PHPBB3-9558
2012-06-18 15:07:12 +02:00
Oleg Pudeyev
2a9698a13a
[ticket/10829] Delete T_STYLESHEET_NAME - no longer used.
...
PHPBB3-10829
2012-06-11 21:03:12 -04:00
Vjacheslav Trushkin
71ca9b4fe6
[ticket/10743] Renaming user->theme
...
Renaming user->theme to user->style
PHPBB3-10743
2012-06-11 19:56:50 -04:00
Andreas Fischer
cbff02db4f
[ticket/10931] Make to_numeric function globally available.
...
PHPBB3-10931
2012-06-11 15:46:03 +02:00
Joas Schilling
8f027b68d6
Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into feature/new-tz-handling
...
Conflicts:
phpBB/includes/functions_profile_fields.php
phpBB/includes/session.php
phpBB/install/database_update.php
2012-06-04 18:09:35 +02:00
Nils Adermann
4a5004781a
Merge branch 'develop-olympus' into develop
...
By Andreas Fischer
via Andreas Fischer (1) and Nils Adermann (1)
* develop-olympus:
[ticket/10162] Increase maximum length of email address TLD from 6 to 63.
[ticket/10162] Add test cases for top level domain names longer than 6 chars.
2012-05-31 15:30:05 +02:00
Andreas Fischer
037b95eccc
[ticket/10162] Increase maximum length of email address TLD from 6 to 63.
...
Increase maximum length of email address top level domains from 6 to 63.
PHPBB3-10162
2012-05-30 21:11:17 +02:00
Oleg Pudeyev
44b3ab102a
Merge PR #812 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10565] Add line breaks to query in order to follow coding guidelines.
[ticket/10565] update_forum_tracking_info(): Remove unnecessary GROUP BY clause
2012-05-21 22:28:37 -04:00
Andreas Fischer
896b43aa5b
[ticket/10565] Add line breaks to query in order to follow coding guidelines.
...
PHPBB3-10565
2012-05-22 03:11:53 +02:00
Andreas Fischer
efbf14f029
[ticket/10565] update_forum_tracking_info(): Remove unnecessary GROUP BY clause
...
PHPBB3-10565
2012-05-22 03:08:39 +02:00
Oleg Pudeyev
248559d7d1
Merge PR #734 branch 'shibulijack/ticket/10688' into develop
...
* shibulijack/ticket/10688:
[ticket/10688] Update install.html for 3.1 and current practices.
[ticket/10688] Update readme for 3.1 and current practices.
[ticket/10688] Changed version 3.0 to 3.1
[ticket/10688] Updated version to 3.1
[ticket/10688] Changed 3.0 to 3.1 in docs
Conflicts:
phpBB/docs/INSTALL.html
phpBB/docs/README.html
2012-04-19 21:43:23 -04:00