index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
includes
/
functions.php
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
[feature/add_events] Rename override to overwrite, made docs 79 chars/line
David King
2012-08-21
1
-17
/
+18
|
|
*
|
|
|
[feature/add_events] Rename core.append_sid_override to just core.append_sid
David King
2012-08-20
1
-2
/
+14
|
|
*
|
|
|
[feature/add_events] Globalize the event dispatcher object
David King
2012-08-20
1
-0
/
+1
|
|
*
|
|
|
[feature/add_events] Return the correct variable
David King
2012-08-20
1
-1
/
+1
|
|
*
|
|
|
[feature/add_events] Replaced current append_sid() hook with new event
David King
2012-08-20
1
-7
/
+27
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge branch 'develop-olympus' into develop
Nils Adermann
2012-09-01
1
-1
/
+1
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
/
|
|
|
|
/
|
|
|
/
|
|
|
*
|
[task/functional] Allow tests to bypass certain restrictions with DEBUG_TEST
David King
2012-09-01
1
-1
/
+1
*
|
|
|
[feature/soft-delete] Simplification part2: user can see all item visibilities
Joas Schilling
2012-08-29
1
-1
/
+2
|
/
/
/
*
|
|
[feature/php-events] Remove double space in comments
Joas Schilling
2012-08-05
1
-2
/
+2
*
|
|
[feature/php-events] Add docs for core.garbage_collection
Joas Schilling
2012-08-05
1
-0
/
+6
*
|
|
[feature/php-events] Add docs for core.page_footer
Joas Schilling
2012-08-05
1
-2
/
+10
*
|
|
[feature/php-events] Add docs for core.page_header
Joas Schilling
2012-08-05
1
-0
/
+14
*
|
|
[feature/php-events] Remove duplicated event and name the events properly
Joas Schilling
2012-08-01
1
-5
/
+2
*
|
|
[feature/events] Add blank line
Erik Frèrejean
2012-08-01
1
-0
/
+1
*
|
|
[feature/events] Adding core.garbage_collection event
Erik Frèrejean
2012-08-01
1
-0
/
+3
*
|
|
[feature/events] Fixing events issues
Michael Cullum
2012-08-01
1
-0
/
+1
*
|
|
[feature/events] Add `core.page_footer_override`
Erik Frèrejean
2012-08-01
1
-0
/
+11
*
|
|
[feature/events] Add `core.page_header_override`
Erik Frèrejean
2012-08-01
1
-0
/
+10
*
|
|
[feature/events] Fixing issues with events
Michael Cullum
2012-08-01
1
-1
/
+0
*
|
|
[feature/events] Remove unnecessary ledge common_template_vars
Joas Schilling
2012-08-01
1
-9
/
+2
*
|
|
[feature/events] Add core.common_template_vars ledge
Michael Cullum
2012-08-01
1
-2
/
+10
|
|
/
|
/
|
*
|
Merge pull request #843 from nickvergessen/feature/new-tz-handling
Nils Adermann
2012-07-19
1
-13
/
+195
|
\
\
|
*
|
[feature/new-tz-handling] Don't use global user but make it a parameter
Joas Schilling
2012-07-19
1
-4
/
+5
|
*
|
[feature/new-tz-handling] Add previous selected value to validation if valid
Joas Schilling
2012-07-19
1
-4
/
+38
|
*
|
[feature/new-tz-handling] Display suggestion when a different value is selected
Joas Schilling
2012-07-19
1
-2
/
+2
|
*
|
[feature/new-tz-handling] Remove additional marking of selected items
Joas Schilling
2012-07-18
1
-2
/
+2
|
*
|
[feature/new-tz-handling] Delete old variable which is not used anymore
Joas Schilling
2012-07-18
1
-3
/
+0
|
*
|
[feature/new-tz-handling] Rename $user->tz back to $user->timezone
Joas Schilling
2012-07-18
1
-2
/
+2
|
*
|
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/new-tz-h...
Joas Schilling
2012-07-18
1
-9
/
+21
|
|
\
\
|
*
|
|
[feature/new-tz-handling] Properly name new timezone selection function
Joas Schilling
2012-07-17
1
-10
/
+18
|
*
|
|
[feature/new-tz-handling] Require user argument on phpbb_datetime
Joas Schilling
2012-07-16
1
-2
/
+2
|
*
|
|
[feature/new-tz-handling] Fix code and doc layout
Joas Schilling
2012-06-20
1
-2
/
+4
|
*
|
|
[feature/new-tz-handling] Prefix function with phpbb_
Joas Schilling
2012-06-19
1
-2
/
+2
|
*
|
|
[feature/new-tz-handling] Update doc blocks for the three timezone functions
Joas Schilling
2012-06-18
1
-3
/
+20
|
*
|
|
[feature/new-tz-handling] Inject $user to avoid the usage of global
Joas Schilling
2012-06-18
1
-2
/
+2
|
*
|
|
[feature/new-tz-handling] Introduce 2 step timezone selection using javascript
Joas Schilling
2012-06-18
1
-9
/
+34
|
*
|
|
[feature/new-tz-handling] Fix displaying of "All times are" string
Joas Schilling
2012-06-18
1
-1
/
+9
|
*
|
|
[feature/new-tz-handling] Fix selecting and validating of timezone in UCP
Joas Schilling
2012-06-18
1
-10
/
+14
|
*
|
|
Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into fe...
Joas Schilling
2012-06-04
1
-7
/
+93
|
|
\
\
\
|
|
*
|
|
[feature/new-tz-handling] Sort timezones in selector by offset.
Oleg Pudeyev
2012-03-14
1
-1
/
+70
|
|
*
|
|
[feature/new-tz-handling] Remove case mangling, the identifiers are correct.
Chris Smith
2012-03-14
1
-2
/
+2
|
|
*
|
|
[feature/new-tz-handling] Update tz_select() to use the PHP timezone database.
Chris Smith
2012-03-14
1
-7
/
+24
*
|
|
|
|
[feature/pagination-as-list] New parameter for name of start var
Drae
2012-07-18
1
-4
/
+5
*
|
|
|
|
[feature/pagination-as-list] Updates for nils comments
Drae
2012-07-18
1
-100
/
+7
*
|
|
|
|
[feature/pagination-as-list] Rename and deprecate functions
Drae
2012-07-18
1
-2
/
+2
*
|
|
|
|
[feature/pagination-as-list] Various fixes and improvements
Drae
2012-07-18
1
-37
/
+162
*
|
|
|
|
[ticket/10968] Render pagination within the template
Drae
2012-07-18
1
-42
/
+56
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
[ticket/10829] Delete T_STYLESHEET_NAME - no longer used.
Oleg Pudeyev
2012-06-11
1
-1
/
+0
*
|
|
|
[ticket/10743] Renaming user->theme
Vjacheslav Trushkin
2012-06-11
1
-9
/
+9
*
|
|
|
[ticket/10931] Make to_numeric function globally available.
Andreas Fischer
2012-06-11
1
-0
/
+13
|
/
/
/
[prev]
[next]