Nicofuma
5f18cf4cfb
Merge branch '3.1.x'
2015-05-06 01:14:08 +02:00
Joas Schilling
2226043325
[ticket/13807] Fix "changed version" to match our version numbering
...
PHPBB3-13807
2015-05-02 14:41:59 +02:00
Gaëtan Muller
f6e06da4c6
[ticket/13455] Update calls to request_var()
...
PHPBB3-13455
2015-02-03 20:50:40 +01:00
paulsohier
0cfa977953
[ticket/13542] Added sentenence of what is changed in the event
...
PHPBB3-13542
2015-01-24 20:26:51 +01:00
paulsohier
c86e5e8514
[ticket/13542] Merge result of validation into existing $error
...
Because extensions can set a entry in $error, the result of the validate
needs to be merged into it.
PHPBB3-13542
2015-01-24 19:04:26 +01:00
paulsohier
b0383a90e1
[ticket/13542] Update core.ucp_prefs_personal_data to include $error
...
Update the event so extensions will be able to validate (and deny) changes.
PHPBB3-13542
2015-01-24 18:53:33 +01:00
Marc Alexander
f4761b5e08
[ticket/12858] Directly return and use timezone selects
...
PHPBB3-12858
2014-09-17 19:07:24 +02:00
Marc Alexander
9ebee7de32
[ticket/12858] Generate timezone selects with template loop
...
PHPBB3-12858
2014-09-17 14:22:08 +02:00
Joas Schilling
b9cb3b9e3e
[ticket/12983] Correctly validate sorting options in the UCP
...
PHPBB3-12983
2014-09-05 13:24:31 +02:00
Marc Alexander
e5e45f860b
[ticket/12966] Sort by post_time and post_id where applicable
...
This change was not applied to the search as this would require a larger
rewrite of the search methods.
PHPBB3-12966
2014-08-23 16:36:39 +02:00
Marc Alexander
98eeaacc36
[ticket/12895] Rename user style setting to resolve conflict with style param
...
The style URL parameter, i.e. style=1, will conflict with the user's style
setting due to it also being named style. This patch with solve this conflict.
PHPBB3-12895
2014-07-29 13:24:44 +02:00
rxu
fe02caa8e0
[ticket/12828] Add ucp_prefs.php common core event
...
Add common core event at the bottom of the includes/ucp/ucp_prefs.php
to allow additional actions (like template variable assignments etc.)
before the page load.
PHPBB3-12828
2014-07-13 21:34:24 +08:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Joas Schilling
b32895308d
[ticket/12273] Update since version to 3.1.0-a* style
...
PHPBB3-12273
2014-04-25 12:15:44 +02:00
Matt Friedman
01e133f356
[ticket/11747] ucp_prefs_post core events
...
PHPBB3-11747
2013-07-26 18:33:27 -07:00
Matt Friedman
d3859aa874
[ticket/11747] ucp_prefs_view core events
...
PHPBB3-11747
2013-07-26 18:31:58 -07:00
Matt Friedman
79cd86bcbc
[ticket/11747] ucp_prefs_personal core events
...
PHPBB3-11747
2013-07-26 18:29:06 -07:00
Matt Friedman
37ceb57d12
[ticket/11747] Add $phpbb_dispatcher to global
...
PHPBB3-11747
2013-07-26 18:27:47 -07:00
Marc Alexander
603dc1f786
[ticket/11717] Use topic_posts_approved instead of topic_replies
...
Due to the move to soft-delete, the topic_replies column no longer exists
in the topics table. Instead, the column topic_posts_approved should be used.
PHPBB3-11717
2013-07-20 21:21:36 +02:00
Nathan Guse
0042f07147
Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103
...
Conflicts:
phpBB/install/database_update.php
phpBB/styles/prosilver/template/ucp_prefs_personal.html
phpBB/styles/subsilver2/template/ucp_prefs_personal.html
2012-12-07 21:14:39 -06:00
Oleg Pudeyev
b07ae3fe59
Merge PR #1053 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10841] Revert more whitespace changes.
[ticket/10841] Revert whitespace changes.
[ticket/10841] adding space after if
[ticket/10841] removing unnecessary spacing
[ticket/10841] changing affectedrows check to COUNT in sql
[ticket/10841] Modifying style and language selectors in UCP
Conflicts:
phpBB/includes/ucp/ucp_prefs.php
phpBB/styles/prosilver/template/ucp_prefs_personal.html
2012-12-05 12:21:25 -05:00
Senky
120accb9d4
[ticket/10841] adding space after if
...
PHPBB3-10841
2012-12-05 12:07:37 -05:00
Senky
f7508c3f04
[ticket/10841] removing unnecessary spacing
...
PHPBB3-10841
2012-12-05 12:07:37 -05:00
Senky
dd6983b14b
[ticket/10841] changing affectedrows check to COUNT in sql
...
this sould reduce load and be faster. Also freeresult functions added
PHPBB3-10841
2012-12-05 12:07:37 -05:00
Senky
af064cdaad
[ticket/10841] Modifying style and language selectors in UCP
...
Commit also deletes all unnecessary blank spaces at
the end of the lines in both ucp_prefs_personal.html
PHPBB3-10841
2012-12-05 12:07:37 -05:00
Nathan Guse
4874226b6e
[ticket/11103] Re-add notify method to the UCP preferences
...
I've noticed that this is used in other areas still in phpBB, so it should
not be removed.
PHPBB3-11103
2012-10-20 22:11:41 -05:00
Nathan Guse
ba7289b9d2
[ticket/11103] Use PM Notification Preferences from Notification Options
...
Remove all PM Notification preferences from UCP Board Preferences
PHPBB3-11103
2012-09-27 19:19:38 -05: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
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
66f7d45603
[feature/new-tz-handling] Introduce 2 step timezone selection using javascript
...
PHPBB3-9558
2012-06-18 15:08:57 +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
50936cb2ef
[feature/new-tz-handling] Fix selecting and validating of timezone in UCP
...
PHPBB3-9558
2012-06-18 15:07:12 +02:00
Andreas Fischer
26e7dd98b7
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10561] Removed extra tabs, changes made to $db->sql_query()
[ticket/10561] Changed $temp_style_id to $style_id
[ticket/10561] Added function desc for phpbb_style_is_active()
[ticket/10561] Casted $config['default_style'] to int
[ticket/10561] Reverted to phpbb_style_is_active()
[ticket/10561] Added to database_update:database_update_info()
[ticket/10561] Added section in database_update.php
[ticket/10561] Moved and renamed the funtion validate_style().
[ticket/10561] Fixed syntax error and renamed return variables.
[ticket/10561] Changes made to $db->sql_fetchrow().
[ticket/10561] Changes made to function phpbb_style_is_active().
[ticket/10561] All users can choose deactivated styles (fixed).
Conflicts:
phpBB/install/database_update.php
2012-04-08 22:04:33 +02:00
Hari Sankar R
4e630ef160
[ticket/10561] Casted $config['default_style'] to int
...
PHPBB3-10561
2012-04-09 00:33:55 +05:30
Hari Sankar R
03a35581c4
[ticket/10561] Reverted to phpbb_style_is_active()
...
Changes made to function name, reverted to old.
PHPBB3-10561
2012-04-07 23:15:12 +05:30
Hari Sankar R
018419b36c
[ticket/10561] Moved and renamed the funtion validate_style().
...
Fixed minor changes as suggested by @bantu.
PHPBB3-10561
2012-04-05 19:31:18 +05:30
Hari Sankar R
b81a5afc25
[ticket/10561] Changes made to function phpbb_style_is_active().
...
Fixed return type, documented function and, removed
style_id from fetch.
PHPBB3-10561
2012-04-03 22:56:06 +05:30
Hari Sankar R
084e1ae560
[ticket/10561] All users can choose deactivated styles (fixed).
...
A form exploit enabled the users to select a deactivated
style. Fixed with extra check on submit, with a new function
styles_verify to check if the selected style is activated or not.
PHPBB3-10561
2012-04-03 22:15:59 +05:30
Unknown
7a04c9048c
[ticket/9916] Updating header license and removing Version $Id$
...
PHPBB3-9916
2011-12-31 13:32:52 +00:00
Andreas Fischer
ac90190682
[ticket/9970] Rename validate_language() to validate_language_iso_name().
...
PHPBB3-9970
2011-03-07 00:41:24 +01:00
Josh Woody
f7723b3e95
[ticket/9970] User language input is checked for existance
...
Users could select a language which did not exist in the database by altering
form fields because there was no back-end verification.
PHPBB3-9970
2011-03-07 00:41:14 +01:00
Joas Schilling
51885a2734
Fix bug #47575 - Disable word-censor option in UCP lacks the config-setting - Patch by 00mohgta7
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9734 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-08 13:03:43 +00:00
Meik Sievertsen
c8cf5693b8
Make sure users still get notifications if they set to only be notified by Jabber, but Jabber service disabled. (Bug #29715 - Patch by Paul)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8990 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-09 15:41:19 +00:00
Henry Sudhof
cb1b5a3283
#34045
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8844 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-15 11:42:06 +00:00
Meik Sievertsen
325ff1fa1b
One commit for those fixes having a very tiny impact (mostly only whitespaces or forgotten spans, etc.)
...
Although i somehow mistakingly got #20445 and #15249 into it. :/
Removing s_watching_img from watch_topic_forum() function (Bug #20445 )
Changing order for post review if more than one post affected (Bug #15249 )
Language typos/fixes (Bug #20425 , #15719 , #15429 , #14669 , #13479 )
Style/Template fixes (Bug #20065 , #19405 , #19205 , #15028 , #14934 , #14821 , #14752 , #14497 , #13707 , #14738 )
Tiny code fixes (Bug #20165 , #20025 , #19795 , #14804 )
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8350 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-30 16:01:15 +00:00
Meik Sievertsen
7de5bb3498
dumdidum... sorry. ;)
...
git-svn-id: file:///svn/phpbb/trunk@8147 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-10-05 14:36:34 +00:00
Henry Sudhof
4defd8a830
Ok, here comes a big one. Poor updater. Also requires testing.
...
#i91
#i92
#i93
#i94
#i95
#i96
git-svn-id: file:///svn/phpbb/trunk@8120 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-10-03 15:05:54 +00:00
Meik Sievertsen
6f37638cae
- fixing some very very nasty opera bugs by changing the clearing method we use.
...
- also properly apply preg_quote to some strings.
git-svn-id: file:///svn/phpbb/trunk@7808 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-06-29 13:00:54 +00:00
Henry Sudhof
b83b1c7542
Maybe we shouldn't trust the language settings in the db so much.
...
git-svn-id: file:///svn/phpbb/trunk@7790 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-06-24 13:57:02 +00:00
Meik Sievertsen
33476ea3cf
forgot the true
...
git-svn-id: file:///svn/phpbb/trunk@7397 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-24 17:52:40 +00:00