Joas Schilling
217d9280dd
[feature/new-tz-handling] Fix comment and validation in ACP board module
...
PHPBB3-9558
2012-06-19 19:21:59 +02:00
Joas Schilling
dcd7d96296
[feature/new-tz-handling] Use asset in acp and subsilver2 and remove duplicates
...
PHPBB3-9558
2012-06-19 19:08:53 +02:00
Joas Schilling
7b4f9765f8
[feature/new-tz-handling] Move js functions into assets core.js
...
PHPBB3-9558
2012-06-19 18:57:20 +02:00
Callum Macrae
3f7d55a053
[ticket/10801] Fixed quickmod tools.
...
Fixes 10801, 10802, 10807 and 10808.
PHPBB3-10801
2012-06-19 17:28:30 +01:00
Dhruv Goel
bbd3204a9c
[ticket/9551] uncomment line and change length to 255
...
incase of partial collation change post_subject field will be changed back
to the default collation and length 255.
PHPBB3-9551
2012-06-19 20:03:57 +05:30
Joas Schilling
79a0390970
[feature/new-tz-handling] Fix javascript in prosilver
...
Use new coding guidelines, wrap code with (function($)) and use phpbb. prefix
PHPBB3-9558
2012-06-19 15:41:18 +02:00
Oyabun1
fd2ab22556
[ticket/10865] Updates and additions to /docs/INSTALL.html
...
Added anti-spam section.
Changed www.mydomain.com/tld to www.example.com.
Updated update section to mention third party styles.
Reworded several sentences for clarity.
Made file name/path formatting more consistent.
Corrected update archive type availabilities.
Changed PHP version listing to be less redundant.
PHPBB3-10865
PHPBB3-10918
2012-06-19 04:36:27 -05:00
Patrick Webster
d26606f986
[ticket/10925] Clarify installation requirements for SQLite
...
PHPBB3-10925
2012-06-19 01:20:58 -05:00
Oleg Pudeyev
bb3942d86b
Merge PR #837 branch 'naderman/ticket/10932' into develop
...
* naderman/ticket/10932:
[ticket/10932] Use included composer.phar in build process
[ticket/10932] Adding composer.phar to the repository to version it
2012-06-18 21:24:16 -04:00
Oleg Pudeyev
e7da931d3a
Merge PR #571 branch 'unknownbliss/ticket/10640' into develop
...
* unknownbliss/ticket/10640:
[ticket/10640] Change subject length in mcp in subsilver
[ticket/10640] Change subject length in MCP
[ticket/10640] Do not change default value of truncate_string()
[ticket/10640] Change maximum subject length
2012-06-18 20:55:01 -04:00
David King
58a3342c3e
[ticket/10938] Serve subforum listing on forumlist from template loop
...
Subforum listing is available both via implode()-ed PHP loop and
via template loop. The latter allows more flexibility for changing
the subforum listing per style, so that is the better option.
PHPBB3-10938
2012-06-18 12:26:28 -04:00
Joas Schilling
72c3148cfe
[feature/new-tz-handling] Add tests for get_timestamp_from_format()
...
PHPBB3-9558
2012-06-18 15:11:13 +02:00
Joas Schilling
3e3489195f
[feature/new-tz-handling] Add a function to get the timestamp of a date
...
The function uses the given timezone and returns the correct UNIX timestamp of it.
PHPBB3-9558
2012-06-18 15:11:07 +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
2c4677b79e
[feature/new-tz-handling] Remove function getTimestamp() as we require php 5.3
...
PHPBB3-9558
2012-06-18 15:10:50 +02:00
Joas Schilling
fb77b6b70c
[feature/new-tz-handling] Fix documentation in includes/datetime.php
...
PHPBB3-9558
2012-06-18 15:10:40 +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
2a880dafdf
[feature/new-tz-handling] Do not use underscore as prefix for user
...
PHPBB3-9558
2012-06-18 15:10:22 +02:00
Joas Schilling
c21275fa95
[feature/new-tz-handling] Use js and data attributes to create the events
...
PHPBB3-9558
2012-06-18 15:10:14 +02:00
Joas Schilling
8d65f1f7d2
[feature/new-tz-handling] Add doc blocks to js functions
...
PHPBB3-9558
2012-06-18 15:10:04 +02:00
Joas Schilling
5441ee1ee4
[feature/new-tz-handling] Use jQuery and INCLUDEJS for javascript
...
PHPBB3-9558
2012-06-18 15:09:55 +02:00
Joas Schilling
5f96e5d374
[feature/new-tz-handling] Fix timezone option when editing a user in the ACP
...
PHPBB3-9558
2012-06-18 15:09:45 +02:00
Joas Schilling
435573a9cb
[feature/new-tz-handling] Fix Timezone selection on registration page
...
PHPBB3-9558
2012-06-18 15:09:36 +02:00
Joas Schilling
a6bace039a
[feature/new-tz-handling] Fix timezone selection in subsilver2
...
PHPBB3-9558
2012-06-18 15:09:25 +02:00
Joas Schilling
4fbee37752
[feature/new-tz-handling] Move timezone option into its own template file
...
This should make it much easier for extensions to change the handling of the timezone selection
PHPBB3-9558
2012-06-18 15:09:12 +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
963d4afc2c
[feature/new-tz-handling] Replace gmmktime() and mktime() with phpbb_datetime
...
PHPBB3-9558
2012-06-18 15:08:36 +02:00
Joas Schilling
f9bc825264
[feature/new-tz-handling] Fix timezone validation in ACP user section
...
PHPBB3-9558
2012-06-18 15:08:23 +02:00
Joas Schilling
66ae9ee2ea
[feature/new-tz-handling] Fix timezone selection on registration page
...
PHPBB3-9558
2012-06-18 15:08:14 +02:00
Joas Schilling
09499fb128
[feature/new-tz-handling] Fix handling of timezone and dst in dateformat_select
...
PHPBB3-9558
2012-06-18 15:07:58 +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
Nils Adermann
13c4db8255
Merge pull request #779 from callumacrae/ticket/10855
...
[ticket/10855] Modified coding guidelines to reflect JS brace changes.
2012-06-18 03:12:53 -07:00
Michael Cullum
a41f86f2f7
[ticket/10640] Change subject length in mcp in subsilver
...
PHPBB3-10640
2012-06-17 19:22:50 +01:00
Michael Cullum
7a6a5738db
[ticket/10640] Change subject length in MCP
...
PHPBB3-10640
2012-06-17 19:07:21 +01:00
Joas Schilling
a259db7105
[ticket/10640] Do not change default value of truncate_string()
...
The default value should be kept, so we do not change the behaviour for MODs
and Extensions that use the function with its default values.
PHPBB3-10640
2012-06-17 19:07:17 +01:00
Michael Cullum
53d8464776
[ticket/10640] Change maximum subject length
...
PHPBB3-10640
2012-06-17 19:07:09 +01:00
Bruno Ais
27775e89a5
[ticket/10845] Removed one empty line that wasn't supposed to be there
...
I onder when it got there... Maybe a wrong rebase... Don't really know.
PHPBB3-10845
2012-06-14 19:23:46 +01:00
Dhruv Goel
96cb75dedb
[ticket/10936] remove PCRE and mbstring support check
...
Since PCRE UTF8 support already has a global check no need for mbstring
or PCRE check here.
PHPBB3-10936
2012-06-13 01:43:32 +05:30
Dhruv Goel
e127ba17ea
[ticket/10936] fix language key
...
Language key changes from INCOMPATIBLE_VERSION to INCOMPATIBLE_DATABASE to
make it more meaningfull.
PHPBB3-10936
2012-06-12 18:40:48 +05:30
Nils Adermann
e045a80d8d
Merge pull request #840 from p/ticket/10829
...
Ticket/10829 Fix some style name/path disagreements
2012-06-11 18:10:05 -07:00
Oleg Pudeyev
2a9698a13a
[ticket/10829] Delete T_STYLESHEET_NAME - no longer used.
...
PHPBB3-10829
2012-06-11 21:03:12 -04:00
Oleg Pudeyev
699aab8e8e
[ticket/10829] $style_name -> $style_path in style class.
...
Here the style path is taken and the variable name should be $style_path.
PHPBB3-10829
2012-06-11 21:00:22 -04:00
Oleg Pudeyev
436ade19fc
Merge PR #839 branch 'p/ticket/10743' into develop
...
* p/ticket/10743:
[ticket/10743] Renaming user->theme
[ticket/10743] Changing obtain_cfg_items
2012-06-11 20:33:11 -04:00
Oleg Pudeyev
1564da616b
Merge PR #787 branch 'cyberalien/ticket/10799' into develop
...
* cyberalien/ticket/10799:
[ticket/10799] Removing global variable from includejs
2012-06-11 20:12:59 -04:00
Oleg Pudeyev
d8946e74de
Merge PR #778 branch 'cyberalien/ticket/10800' into develop
...
* cyberalien/ticket/10800:
[ticket/10800] Changing html to js for includejs tests
[ticket/10800] Changing template paths in tests
2012-06-11 20:02:35 -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
Vjacheslav Trushkin
33b72ec62b
[ticket/10743] Changing obtain_cfg_items
...
Changing obtain_cfg_items to work only with style
because other components no longer exist
PHPBB3-10743
2012-06-11 19:56:49 -04:00
Nils Adermann
f22c99ffdb
Merge remote-tracking branch 'github-p/ticket/10882' into develop
...
* github-p/ticket/10882:
[ticket/10882] Fix test name - oops.
[ticket/10882] Add a test for including a nonexistent file.
[ticket/10882] Add test for an ENDIF without IF.
[ticket/10882] Add test for an invalid template tag.
2012-06-12 00:57:34 +02:00