Oleg Pudeyev
9d81f97175
Merge remote-tracking branch 'bantu/ticket/10495' into develop
...
* bantu/ticket/10495:
[ticket/10495] Update request/type_cast_helper for PHP 5.4 magic_quotes_gpc drop
2012-02-10 01:40:05 -05:00
Oleg Pudeyev
082132648b
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10512] Call startup.php from tests/bootstrap.php
2012-02-10 01:30:41 -05:00
Oleg Pudeyev
9c2d73c3f9
Merge remote-tracking branch 'bantu/ticket/10512' into develop-olympus
...
* bantu/ticket/10512:
[ticket/10512] Call startup.php from tests/bootstrap.php
2012-02-10 01:29:23 -05:00
Vjacheslav Trushkin
caeadf85d0
[ticket/10637] Leftovers from implementation of extensions in convertor
...
Replacing code in convertor that was missed in ticket 10323
PHPBB3-10637
2012-02-09 22:24:46 +02:00
Vjacheslav Trushkin
a1a1b61ae8
[ticket/10637] Leftovers from implementation of extensions in develop tools
...
Replacing code in development tools that was missed in ticket 10323
PHPBB3-10637
2012-02-09 22:22:32 +02:00
Vjacheslav Trushkin
92303d2dac
[ticket/10637] Leftovers from implementation of extensions in mcp_post
...
Replacing code in includes/mcp/mcp_post.php that was missed in ticket 10323
PHPBB3-10637
2012-02-09 22:17:33 +02:00
Vjacheslav Trushkin
1d72a47ea6
[ticket/10637] Leftovers from implementation of extensions in mcp_main
...
Replacing code in includes/mcp/mcp_main.php that was missed in ticket 10323
PHPBB3-10637
2012-02-09 22:13:13 +02:00
Vjacheslav Trushkin
11606c8607
[ticket/10637] Leftovers from implementation of extensions
...
Replacing code in includes/functions_admin.php that was missed in ticket 10323
PHPBB3-10637
2012-02-09 21:58:39 +02:00
rxu
345e8e084f
[ticket/9084] Don't hide 'non-entered' dropdown CPF value if not required
...
PHPBB3-9084
2012-02-10 00:31:13 +08:00
Andreas Fischer
a962e78854
[ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic).
...
Regression from dfb7cc625a37c6345fa647ee3a21f890ba5c9649.
PHPBB3-10606
2012-02-09 15:34:04 +01:00
James King
35d5d527db
[ticket/10606] Fix incorrect hidden fields array name in page_header().
...
Regression from dfb7cc625a37c6345fa647ee3a21f890ba5c9649.
PHPBB3-10606
2012-02-09 15:32:35 +01:00
Andreas Fischer
f894da0d25
[ticket/10633] Stop leaking filename of attachments when thumbnail is requested
...
While filenames are chosen at random and there is no correlation between the
original filename and the new filesystem filename, there is a correlation
between filesystem filename and filesytem filename of thumbnails.
Adjust error message to no longer include the physical filename and make it
consistent with the error message that is shown when there is no attachment at
all.
This information was mostly useless for regular users (i.e. non-admins) anyway.
PHPBB3-10633
2012-02-09 15:17:42 +01:00
Andreas Fischer
6858485964
[ticket/10636] Resolve variable name ($sql_ary) conflict in cache_moderators().
...
Regression from 4c77903129749008cd08c346006d2a57cf6ff544.
PHPBB3-10636
2012-02-09 14:18:17 +01:00
Igor Wiedler
78de29b7ce
[ticket/10614] Check if cache exists before destroying it
...
PHPBB3-10614
2012-02-09 01:39:45 +01:00
Igor Wiedler
68e4c667fa
[ticket/10614] Remove ext manager exceptions for now
...
PHPBB3-10614
2012-02-09 01:37:53 +01:00
Igor Wiedler
36728d3414
[ticket/10614] Refactor list command to use manager API
...
PHPBB3-10614
2012-02-09 01:36:06 +01:00
Igor Wiedler
fb83a5f6c0
[ticket/10614] Add purge command
...
PHPBB3-10614
2012-02-09 01:04:54 +01:00
Igor Wiedler
5ccd6b0c7a
[ticket/10614] Tweak list output, show state, purge cache, handle missing exts
...
PHPBB3-10614
2012-02-09 01:04:47 +01:00
Igor Wiedler
b222030ca7
[ticket/10614] Make script accessible from anywhere
...
PHPBB3-10614
2012-02-09 01:02:00 +01:00
Igor Wiedler
6582a84379
Merge remote-tracking branch 'cyberalien/ticket/10634' into develop
...
* cyberalien/ticket/10634:
[ticket/10634] Specify module type when viewing profile
[ticket/10634] Changing p_master::is_full_class
2012-02-09 00:42:28 +01:00
Vjacheslav Trushkin
ad8ab09930
[ticket/10634] Specify module type when viewing profile
...
Specify module type when checking for enabled modules when viewing user's profile
PHPBB3-10634
2012-02-09 01:34:50 +02:00
Vjacheslav Trushkin
6cf7f20590
[ticket/10634] Changing p_master::is_full_class
...
Changing p_master::is_full_class to check allow all module types, not only current type
PHPBB3-10634
2012-02-09 01:34:37 +02:00
Vjacheslav Trushkin
62288b3c05
[ticket/10569] Invalid string comparison in prosilver
...
Fixing invalid string comparison in ucp_main_front.html in prosilver
PHPBB3-10569
2012-02-07 22:03:24 +02:00
Igor Wiedler
d4e00b6c0d
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10616] Add template inheritance to exported template
[ticket/10616] Ignore template inheritance that points to self
[ticket/10616] Add template inheritance to default styles
2012-02-07 16:57:09 +01:00
Igor Wiedler
3feeb382c5
Merge remote-tracking branch 'cyberalien/ticket/10616' into develop-olympus
...
* cyberalien/ticket/10616:
[ticket/10616] Add template inheritance to exported template
[ticket/10616] Ignore template inheritance that points to self
[ticket/10616] Add template inheritance to default styles
2012-02-07 16:53:47 +01:00
Igor Wiedler
9e15d83022
[ticket/10614] Better usage output
...
PHPBB3-10614
2012-02-06 16:49:50 +01:00
rxu
f832f5a4ee
[ticket/9831] Fix saving unchecked checkbox field value
...
PHPBB3-9831
2012-02-05 22:03:02 +08:00
Vjacheslav Trushkin
246be1cb08
[feature/prosilver-cleanup/css-reset-v2] CSS reset
...
Adding proper CSS reset to prosilver
PHPBB3-10617
2012-02-05 14:09:28 +02:00
Andreas Fischer
42d9edc4f2
[ticket/10495] Update request/type_cast_helper for PHP 5.4 magic_quotes_gpc drop
...
PHPBB3-10495
2012-02-04 00:57:39 +01:00
Andreas Fischer
c0b3239bf3
[ticket/10512] Call startup.php from tests/bootstrap.php
...
PHPBB3-10512
2012-02-04 00:38:16 +01:00
David King
2929d345ab
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9914] Add backup warning to updater.
2012-02-03 17:00:09 -05:00
David King
508b06063f
Merge remote-tracking branch 'unknownbliss/ticket/9914' into develop-olympus
...
* unknownbliss/ticket/9914:
[ticket/9914] Add backup warning to updater.
2012-02-03 16:58:50 -05:00
Oleg Pudeyev
cddd63aae0
Merge remote-tracking branch 'imkingdavid/ticket/10535' into develop
...
* imkingdavid/ticket/10535:
[ticket/10535] Delete no longer needed email confirm language entries.
[ticket/10535] Delete email confirm from installer
[ticket/10535] Removed email confirm field from acp_users module
[ticket/10535] Forgot a subsilver2 change. *doh*
[ticket/10535] Removed email confirm from UCP, removed unused language entries
[ticket/10535] Remove email confirm check on registration form
2012-02-03 16:21:51 -05:00
Oleg Pudeyev
ccf0cf649d
[ticket/10535] Delete no longer needed email confirm language entries.
...
PHPBB3-10535
2012-02-03 16:14:56 -05:00
Oleg Pudeyev
d035dc3eef
[ticket/10618] Replace phpBB 3.0 with phpBB 3 for 3.1.
...
PHPBB3-10618
2012-02-03 16:00:03 -05:00
Michael Cullum
225892f506
[ticket/9914] Add backup warning to updater.
...
PHPBB3-9914
2012-02-03 16:14:48 +00:00
Vjacheslav Trushkin
326ff46ef7
[ticket/10616] Add template inheritance to exported template
...
Add template inheritance when exporting template.cfg
PHPBB3-10616
2012-02-03 16:19:42 +02:00
Vjacheslav Trushkin
4aef6ea979
[ticket/10616] Ignore template inheritance that points to self
...
Ignore template inheritance if it points to self
PHPBB3-10616
2012-02-03 16:09:48 +02:00
Vjacheslav Trushkin
d2a3496149
[ticket/10616] Add template inheritance to default styles
...
Adding template inheritance field to prosilver and subsilver2
PHPBB3-10616
2012-02-03 16:00:14 +02:00
Vjacheslav Trushkin
879c92e8a2
[ticket/10569] Invalid string comparison in subsilver2
...
Fixing invalid string comparison in ucp_main_front.html in subsilver2
PHPBB3-10569
2012-02-03 15:38:52 +02:00
Oleg Pudeyev
be74b5286c
[ticket/10614] Add a script to enable, disable and view status of extensions.
...
PHPBB3-10614
2012-02-03 03:42:53 -05:00
Andreas Fischer
6ad87d3aaf
Merge remote-tracking branch 'naderman/ticket/10477' into develop
...
* naderman/ticket/10477:
[ticket/10477] Correctly document module (base)name parameter
[ticket/10477] Document parameters to p_master#load.
[ticket/10477] Normalize loaded module names to be class names or xcp_ prefixed
2012-02-02 13:59:19 +01:00
Andreas Fischer
237ddf9d22
[ticket/10076] STARTTLS support for SMTP via smtp_class.
...
PHPBB3-10076
2012-01-28 22:51:35 +01:00
Andreas Fischer
ac492d8f1e
[ticket/10076] Move EHLO/HELO code into its own method.
...
PHPBB3-10076
2012-01-28 22:51:34 +01:00
Andreas Fischer
522090ab28
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10580] Remove checking of server timezone and DST when registering
2012-01-23 20:07:03 +01:00
Andreas Fischer
2ae6b8a5ed
Merge remote-tracking branch 'Dickyf/ticket/10580' into develop-olympus
...
* Dickyf/ticket/10580:
[ticket/10580] Remove checking of server timezone and DST when registering
2012-01-23 20:06:44 +01:00
Richard Foote
2cf586a372
[ticket/10580] Remove checking of server timezone and DST when registering
...
Remove checking of server timezone and DST. It causes a problem by
selecting the wrong timezone when registering when the board_timezone is 1
hour less than the server timezone.
PHPBB3-10580
2012-01-21 15:17:31 -05:00
Vjacheslav Trushkin
c54c06e98c
[ticket/10378] Missing entries from imageset to css conversion
...
Adding missing entries from imageset to css conversion to prosilver/theme/en/stylesheet.css
PHPBB3-10378
2012-01-20 12:41:36 +02:00
Vjacheslav Trushkin
d4c3d4b21d
[ticket/10378] Imageset to css convertor typo
...
Imageset to css convertor typo
PHPBB3-10378
2012-01-20 12:41:00 +02:00
rxu
99164cd20b
[ticket/9831] Correctly store checkbox default value for boolean CPF.
...
PHPBB3-9831
2012-01-18 22:33:51 +08:00