Andreas Fischer
05515e0510
[ticket/10245] Use error_collector instead of ob_start() and ob_get_clean().
...
PHPBB3-10245
2011-09-18 22:04:34 +02:00
Andreas Fischer
054947adc0
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10324] Fixed XHTML validity error in User Notes Prosilver theme
2011-09-17 23:34:44 +02:00
Andreas Fischer
eb8b1c333f
Merge remote-tracking branch 'galaxyAbstractor/ticket/10324' into develop-olympus
...
* galaxyAbstractor/ticket/10324:
[ticket/10324] Fixed XHTML validity error in User Notes Prosilver theme
2011-09-17 23:34:30 +02:00
galaxyAbstractor
94a0b7ef2e
[ticket/10324] Fixed XHTML validity error in User Notes Prosilver theme
...
Replaced the deprecated align and width attributes with CSS.
PHPBB3-10324
2011-09-17 21:59:11 +02:00
Patrick Webster
b5a79009ce
[ticket/10322] Separate template varref resolution from output generation
...
Most template variables can now have their PHP variable name resolved instead
of only compiling directly. This allows for the use of block vars in INCLUDE
statements. This does not work for language variables since they require
multiple checks. Added tests for the new types of allowed INCLUDEs.
PHPBB3-10322
2011-09-16 01:46:42 -05:00
Igor Wiedler
47bb42e2f0
Merge remote-tracking branch 'VSEphpbb/ticket/10362' into develop
...
* VSEphpbb/ticket/10362:
[ticket/10362] Revert subsilver2 changes
[ticket/10362] HTML5 Fix - Replace name attribute with id in anchors
2011-09-14 10:27:52 +02:00
Igor Wiedler
45cf80038b
Merge remote-tracking branch 'nickvergessen/ticket/10360' into develop
...
* nickvergessen/ticket/10360:
[ticket/10360] Fix invalid HTML5 markup introduced in PHPBB3-6632
2011-09-14 10:16:55 +02:00
Matt Friedman
b8da68385e
[ticket/10362] Revert subsilver2 changes
...
If subsilver2 will remain at XHTML then we do not need to make any
changes to its files.
PHPBB3-10362
2011-09-13 21:12:34 -07:00
Matt Friedman
3f61075a15
[ticket/10362] HTML5 Fix - Replace name attribute with id in anchors
...
When validating for HTML5, the name attribute is obsolete/deprecated
when used in anchor tags. The ID tag should be used here instead.
PHPBB3-10362
2011-09-11 17:04:47 -07:00
Joas Schilling
5148358429
[ticket/10360] Fix invalid HTML5 markup introduced in PHPBB3-6632
...
I removed the fix of the original ticket and rebuild it with its own css class.
This also fixes the problem with the screwed up UCP Attachments page.
PHPBB3-6632
PHPBB3-10360
2011-09-11 02:03:32 +02:00
Patrick Webster
b5ecb2f7a8
[ticket/10322] Dynamic template include test
...
PHPBB3-10322
2011-09-08 17:54:59 -05:00
Patrick Webster
fbec7c9b2b
[ticket/10322] Fix dynamic template includes
...
Dynamic template includes from variables was not implemented in the new
templating system.
PHPBB3-10322
2011-09-08 16:51:22 -05:00
Igor Wiedler
5797de767e
Merge remote-tracking branch 'bantu/ticket/10359' into develop
...
* bantu/ticket/10359:
[ticket/10359] Also include utf_tools in style.php because of request class.
2011-09-08 23:45:34 +02:00
Andreas Fischer
d24917bcba
[ticket/10359] Also include utf_tools in style.php because of request class.
...
PHPBB3-10359
2011-09-08 23:34:18 +02:00
Andreas Fischer
56bd8f27cd
Merge remote-tracking branch 'igorw/ticket/10359' into develop
...
* igorw/ticket/10359:
[ticket/10359] Fix phpbb_request regression in download/file.php
2011-09-08 23:02:22 +02:00
Igor Wiedler
34bc0427df
[ticket/10359] Fix phpbb_request regression in download/file.php
...
The phpbb_request object, utf-8 tools and request_var injection are missing.
PHPBB3-10359
2011-09-08 22:37:19 +02:00
Andreas Fischer
b21cee731a
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10352] Add missing break for Oracle's sql_table_drop()
[ticket/10351] Fix Oracle's sql_column_remove()
[ticket/10294] Fix sql_affectedrows() in mssqlnative driver.
2011-09-06 00:44:19 +02:00
Andreas Fischer
92373e6d46
Merge remote-tracking branch 'bantu/ticket/10294' into develop-olympus
...
* bantu/ticket/10294:
[ticket/10294] Fix sql_affectedrows() in mssqlnative driver.
2011-09-06 00:43:10 +02:00
Andreas Fischer
d28ec48675
Merge remote-tracking branch 'Noxwizard/ticket/10351' into develop-olympus
...
* Noxwizard/ticket/10351:
[ticket/10351] Fix Oracle's sql_column_remove()
2011-09-06 00:42:48 +02:00
Andreas Fischer
3801101f3b
Merge remote-tracking branch 'Noxwizard/ticket/10352' into develop-olympus
...
* Noxwizard/ticket/10352:
[ticket/10352] Add missing break for Oracle's sql_table_drop()
2011-09-06 00:42:40 +02:00
Oleg Pudeyev
145bc23044
Merge remote-tracking branch 'igorw/ticket/10155' into develop
...
* igorw/ticket/10155:
[ticket/10155] Briefly explain assets in coding-guidelines
[ticket/10155] Move jQuery inclusion to footer
[ticket/10155] Update to jQuery 1.6.2
[ticket/10155] Add jQuery to AUTHORS
[ticket/10155] Add jQuery, introduce global assets path
2011-09-05 06:03:19 -04:00
Oleg Pudeyev
367fe0b4cf
Merge remote-tracking branch 'cyberalien/ticket/10350' into develop
...
* cyberalien/ticket/10350:
[ticket/10350] Script for testing eval renderer
[ticket/10350] Fix for class phpbb_template_renderer_eval
2011-09-05 05:21:19 -04:00
Vjacheslav Trushkin
d8f4f92dae
[ticket/10350] Script for testing eval renderer
...
Script for testing eval renderer (fixed)
PHPBB3-10350
2011-09-05 11:57:18 +03:00
Igor Wiedler
bbb10f576f
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10354] Include cache directory path in unwritable message.
Conflicts:
tests/template/template_test.php
2011-09-05 09:20:06 +02:00
Igor Wiedler
4e2437a6c1
Merge remote-tracking branch 'p/ticket/10354' into develop-olympus
...
* p/ticket/10354:
[ticket/10354] Include cache directory path in unwritable message.
2011-09-05 09:14:30 +02:00
Igor Wiedler
3048fcf4b8
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10240] Added optionset to mock_user in the tests.
[ticket/10240] Fixed copyright year in censor_text_test.php.
[ticket/10240] Fixed censor_text test assetEquals param order.
[ticket/10240] Added censor_text tests for special characters.
[ticket/10240] Added censor_text tests.
Conflicts:
tests/mock/cache.php
2011-09-05 09:14:06 +02:00
Igor Wiedler
85bdc65df1
Merge remote-tracking branch 'callumacrae/ticket/10240' into develop-olympus
...
* callumacrae/ticket/10240:
[ticket/10240] Added optionset to mock_user in the tests.
[ticket/10240] Fixed copyright year in censor_text_test.php.
[ticket/10240] Fixed censor_text test assetEquals param order.
[ticket/10240] Added censor_text tests for special characters.
[ticket/10240] Added censor_text tests.
2011-09-05 09:07:52 +02:00
Igor Wiedler
6f9df6199c
Merge remote-tracking branch 'p/ticket/10355' into develop
...
* p/ticket/10355:
[ticket/10355] Correctly end output buffering in template tests.
2011-09-05 08:51:17 +02:00
Oleg Pudeyev
93b892d24a
Merge remote-tracking branch 'bantu/ticket/9474' into develop
...
* bantu/ticket/9474:
[ticket/9474] Remove unused/unreferenced mcp_viewlogs.html files.
2011-09-05 02:53:13 -04:00
Oleg Pudeyev
dce62b5271
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10321] Add descriptions to the unit tests
[ticket/10321] Do not append the ? if the param-list is empty anyway.
2011-09-05 02:48:54 -04:00
Oleg Pudeyev
cf5f0cce83
Merge remote-tracking branch 'nickvergessen/ticket/10321' into develop-olympus
...
* nickvergessen/ticket/10321:
[ticket/10321] Add descriptions to the unit tests
[ticket/10321] Do not append the ? if the param-list is empty anyway.
2011-09-05 02:42:41 -04:00
Oleg Pudeyev
511f2e0435
[ticket/10355] Correctly end output buffering in template tests.
...
This code was copied verbatim from develop-olympus.
PHPBB3-10355
2011-09-05 02:07:44 -04:00
Oleg Pudeyev
1061e881bd
[ticket/10354] Include cache directory path in unwritable message.
...
When template tests are skipped because cache directory is not
writable, include path to the cache directory into the message
saying it is not writable.
PHPBB3-10354
2011-09-05 01:20:57 -04:00
Patrick Webster
5c7f5f0516
[ticket/10352] Add missing break for Oracle's sql_table_drop()
...
PHPBB3-10352
2011-09-04 20:31:34 -05:00
Patrick Webster
d938d5d399
[ticket/10351] Fix Oracle's sql_column_remove()
...
The correct syntax is DROP COLUMN.
PHPBB3-10351
2011-09-04 20:22:36 -05:00
Vjacheslav Trushkin
0cb539ed72
[ticket/10350] Fix for class phpbb_template_renderer_eval
...
Fixing bug in class phpbb_template_renderer_eval
PHPBB3-10350
2011-09-04 23:25:54 +03:00
Vjacheslav Trushkin
3e76f74688
[feature/remove-imagesets] Script for converting imageset to css
...
Removing imagesets. Script for converting imageset to css
PHPBB3-10336
2011-09-04 11:05:30 +03:00
Vjacheslav Trushkin
4035f3f6c8
[feature/remove-imagesets] Changing subsilver
...
Removing imagesets. Changing subsilver
PHPBB3-10336
2011-09-04 11:05:10 +03:00
Vjacheslav Trushkin
57fac62c0c
[feature/remove-imagesets] Changing prosilver
...
Removing imagesets. Changing prosilver
PHPBB3-10336
2011-09-04 11:05:09 +03:00
Vjacheslav Trushkin
830c3f4047
[feature/remove-imagesets] Adjustments to php files
...
Removing imagesets. Adjustments to php files
PHPBB3-10336
2011-09-04 01:08:00 +03:00
Vjacheslav Trushkin
98590201d8
[feature/remove-imagesets] Changing admin control panel styles module
...
Removing imagesets. Changing admin control panel styles module
PHPBB3-10336
2011-09-03 18:57:16 +03:00
Vjacheslav Trushkin
33adfd633b
[feature/remove-imagesets] Changing database structure
...
Removing imagesets. Changing database structure
PHPBB3-10336
2011-09-03 18:55:30 +03:00
Vjacheslav Trushkin
929c13a52b
[feature/remove-imagesets] Removing imageset files
...
Removing imagesets. Removing imageset files
PHPBB3-10336
2011-09-03 18:53:23 +03:00
Vjacheslav Trushkin
e5daccdf33
[feature/remove-imagesets] Moving images
...
Removing imagesets. Moving images
PHPBB3-10336
2011-09-03 18:51:33 +03:00
Andreas Fischer
6216e6748c
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10339] Remove invalid template loop variable from mcp_front.html
2011-08-30 01:52:26 +02:00
Andreas Fischer
8e5eacf692
Merge remote-tracking branch 'nickvergessen/ticket/10339' into develop-olympus
...
* nickvergessen/ticket/10339:
[ticket/10339] Remove invalid template loop variable from mcp_front.html
2011-08-30 01:52:17 +02:00
Andreas Fischer
bf4eb6d06c
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10334] Require permissions to view the birthday-list on board index
Conflicts:
phpBB/index.php
2011-08-30 01:41:41 +02:00
Andreas Fischer
1daefc6177
Merge remote-tracking branch 'nickvergessen/ticket/10334' into develop-olympus
...
* nickvergessen/ticket/10334:
[ticket/10334] Require permissions to view the birthday-list on board index
2011-08-30 01:39:14 +02:00
Joas Schilling
57f7c24806
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10341] Also show forum/topic name of "0" as most active forum/topic.
2011-08-29 22:28:44 +02:00
Joas Schilling
a73bc353d6
Merge remote-tracking branch 'remotes/bantu/ticket/10341' into ticket/bantu/10341
...
* remotes/bantu/ticket/10341:
[ticket/10341] Also show forum/topic name of "0" as most active forum/topic.
2011-08-29 22:27:20 +02:00