Oleg Pudeyev
b76454dd83
[feature/prune-users] Use empty for checking array size.
...
PHPBB3-9622
2012-04-19 20:35:14 -04:00
Oleg Pudeyev
6151f46abe
[feature/prune-users] Fix issues with queries pointed out by bantu.
...
PHPBB3-9622
2012-04-19 20:35:13 -04:00
Oleg Pudeyev
60c5c4de03
[feature/prune-users] Add spaces inside brackets.
...
Requested by nickvergessen.
PHPBB3-9622
2012-04-19 20:35:13 -04:00
Oleg Pudeyev
7c752aa3de
[feature/prune-users] Use a map instead of performing array scans.
...
PHPBB3-9622
2012-04-19 20:35:13 -04:00
Oleg Pudeyev
138d2e2a4c
[feature/prune-users] Fix incorrect condition when deleting log entries.
...
The original commit incorrectly replaced reportee_id with user_id.
Change it back to reportee_id. The comment was correct.
PHPBB3-9622
2012-04-19 20:35:13 -04:00
Oleg Pudeyev
953e829b52
[feature/prune-users] Non-cosmetic changes per bantu's review.
...
PHPBB3-9622
2012-04-19 20:35:13 -04:00
Nils Adermann
dbbc57382a
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
2012-04-20 01:11:13 +02:00
Nils Adermann
57547c7e20
Merge remote-tracking branch 'github-dhruv/ticket/10797' into develop-olympus
...
* github-dhruv/ticket/10797:
[ticket/10797] language key rank moved to common
[ticket/10797] user rank is displayed in mcp_warn.php
2012-04-20 01:11:00 +02:00
Nils Adermann
6ae68a3eb5
Merge remote-tracking branch 'github-dhruv/ticket/10797' into develop
...
* github-dhruv/ticket/10797:
[ticket/10797] language key rank moved to common
[ticket/10797] user rank is displayed in mcp_warn.php
2012-04-20 01:08:21 +02:00
Dhruv Goel
90fc8fe59f
[ticket/10797] language key rank moved to common
...
Language key RANK moved from memberlist to common.
Removed from mcp language.
PHPBB3-10797
2012-04-20 04:30:42 +05:30
Nils Adermann
41b23542d3
Merge remote-tracking branch 'github-p/ticket/10813' into develop
...
* github-p/ticket/10813:
[ticket/10813] Installer now checks json extension
2012-04-19 23:20:36 +02:00
riadhchtara
00172afa53
[ticket/10813] Installer now checks json extension
...
Installer now checks json extension and cannot continue without it.
Changes are made in phpBB/install/install_install.php where the
checking for json is added and to phpBB/language/en/install.php where
2 new keys for the messages that would be displayed are also added.
PHPBB3-10813
2012-04-19 17:09:56 -04:00
Joas Schilling
286aebd93b
[ticket/10811] Fix AJAX callback alt_text so it can be repeated.
...
PHPBB3-10811
2012-04-19 13:37:07 +02:00
Oleg Pudeyev
a650da79cb
Merge PR #761 branch 'naderman/ticket/10756' into develop
...
* naderman/ticket/10756:
[ticket/10756] Fixing variable declarations in style and template classes
[ticket/10756] Renaming phpbb_style_template to phpbb_template
[ticket/10756] Removing path provider from template class
[ticket/10756] Creating locator interface
[ticket/10756] Renaming template classes
[ticket/10756] Moving template classes
2012-04-18 22:36:20 -04:00
Vjacheslav Trushkin
ed9a58a6cc
[ticket/10756] Fixing variable declarations in style and template classes
...
Fixing variable declaration, removing function from template locator that does not belong there
PHPBB3-10756
2012-04-19 04:25:25 +02:00
Vjacheslav Trushkin
d91abbb146
[ticket/10756] Renaming phpbb_style_template to phpbb_template
...
Renaming phpbb_style_template to phpbb_template
PHPBB3-10756
2012-04-19 04:25:25 +02:00
Vjacheslav Trushkin
6cecc91326
[ticket/10756] Removing path provider from template class
...
Removing path provider from template class because it is not used by template class
PHPBB3-10756
2012-04-19 04:21:56 +02:00
Vjacheslav Trushkin
ea3a2ef223
[ticket/10756] Creating locator interface
...
Creating locator interface to be used in template class
PHPBB3-10756
2012-04-19 04:15:11 +02:00
Vjacheslav Trushkin
ef295a2860
[ticket/10756] Renaming template classes
...
Renaming template classes from phpbb_style_template_ to phpbb_template_
PHPBB3-10756
2012-04-19 04:15:11 +02:00
Vjacheslav Trushkin
733018f99a
[ticket/10756] Moving template classes
...
Moving template class files from includes/style/ to includes/template/ and removing template_ file prefix
PHPBB3-10756
2012-04-19 04:15:11 +02:00
Oleg Pudeyev
d4b89a13b1
Merge PR #760 branch 'naderman/ticket/10759' into develop
...
* naderman/ticket/10759:
[ticket/10759] Make sure style ids are integers
[ticket/10759] Don't select imageset_id, it's not needed
[ticket/10759] Clarify comments a bit
[ticket/10759] Retrieve style_id after INSERT since we cannot set it
[ticket/10759] Fix whitespace in database_update.php
[ticket/10759] Fixing style in database updater
2012-04-18 21:56:51 -04:00
Nils Adermann
439ade4ee2
[ticket/10759] Make sure style ids are integers
...
PHPBB3-10759
2012-04-19 03:51:38 +02:00
Nils Adermann
1870421521
[ticket/10759] Don't select imageset_id, it's not needed
...
PHPBB3-10759
2012-04-19 03:51:37 +02:00
Nils Adermann
0b7a0fa2d1
[ticket/10759] Clarify comments a bit
...
PHPBB3-10759
2012-04-19 03:27:42 +02:00
Nils Adermann
c433730686
[ticket/10759] Retrieve style_id after INSERT since we cannot set it
...
PHPBB3-10759
2012-04-19 03:18:20 +02:00
Nils Adermann
ea8f83de6f
[ticket/10759] Fix whitespace in database_update.php
...
PHPBB3-10759
2012-04-19 03:06:40 +02:00
Vjacheslav Trushkin
b3e42635ca
[ticket/10759] Fixing style in database updater
...
Fixing error in database updater caused by style components merge
PHPBB3-10759
2012-04-19 03:03:44 +02:00
Nils Adermann
3d87ab79ca
Merge remote-tracking branch 'github-cyberalien/ticket/10762' into develop
...
* github-cyberalien/ticket/10762:
[ticket/10762] Check for phpbb_version when installing style
[ticket/10762] Changing version format in style.cfg
2012-04-19 02:39:54 +02:00
Patrick Webster
00c54f8a7c
[ticket/10819] Remove support for older browsers
...
PHPBB3-10819
2012-04-17 22:59:10 -05:00
Oleg Pudeyev
6564180a15
Merge PR #727 branch 'rahulr92/ticket/10777' into develop
...
* rahulr92/ticket/10777:
[ticket/10777] Split the comment into 2 lines
[ticket/10777] Corrected typo in comment
2012-04-17 06:16:17 -04:00
Oleg Pudeyev
aceca2566b
[ticket/10767] Clarify what happens at the end of the hook.
...
If there are problems and fatal is true, print that the commit
is aborted.
If there are problems and fatal is false, print instructions
for fixing the commit.
PHPBB3-10767
2012-04-17 06:05:33 -04:00
Oleg Pudeyev
45b910f9b4
[ticket/10767] Use warning/error language as appropriate.
...
When commit-msg hook is fatal, label the message as an error.
When it is not fatal, label the message as a warning.
"Syntax error" is still always an error, not sure if this
should be changed.
PHPBB3-10767
2012-04-17 06:05:32 -04:00
Oleg Pudeyev
1ce8a1d7ee
[ticket/10767] Default to non-fatal behavior.
...
PHPBB3-10767
2012-04-17 06:05:32 -04:00
Oleg Pudeyev
bdf21e45ca
[ticket/10767] Revert unconditional unfatality in commit-msg hook.
...
Revert "[ticket/10093] Make commit-msg always not fatal by nuking all fatal logic."
This reverts commit 88cad5523e
.
PHPBB3-10093
PHPBB3-10767
2012-04-16 03:05:42 -04:00
Patrick Webster
09621342a5
[ticket/10819] Forgot this causes vertical scrollbars on IE
...
PHPBB3-10819
2012-04-15 23:38:12 -05:00
Patrick Webster
7a6d3ec61b
[ticket/10819] Improve side-by-side diff styling
...
Used transparent background for unchanged lines
Shortened the table headers and make the background grey
Added a border between the columns
Increased the font size on pre blocks
Added Consolas as the first pre font, for Windows users
Added wordwrapping for pre blocks
PHPBB3-10819
2012-04-15 23:33:34 -05:00
Dhruv Goel
249d8ede12
[ticket/10797] user rank is displayed in mcp_warn.php
...
When warning a user in MCP, the user's rank title and image are displayed.
language key user rank also added.
PHPBB3-10797
2012-04-16 01:24:10 +05:30
Senky
3741e99aab
[ticket/10161] all "e-mail" strings in language files changed to "email"
...
according to Oleg's comment:
email is preferred by RFCs and probably the way of the future
PHPBB3-10161
2012-04-15 20:10:51 +02:00
Senky
807eccc976
[ticket/9918] default values in request_var changed to one string
...
As per marc1706's note, all request_var functions now have only one string in default value
PHPBB3-9918
2012-04-15 19:13:08 +02:00
Andreas Fischer
7a4b4c7599
[ticket/10094] Purge acm_file cache before phpBB installation.
...
PHPBB3-10094
2012-04-13 16:31:49 +02:00
Joas Schilling
4b6b41a1e5
[ticket/10605] Add parameter documentation to phpbb_delete_user_pms
...
PHPBB3-10605
2012-04-13 16:26:41 +02:00
Rahul R
f8a5a16d0b
[ticket/10777] Split the comment into 2 lines
...
Split the comment into 2 lines each having
less than 79 characters.
PHPBB3-10777
2012-04-13 18:34:28 +05:30
Andreas Fischer
de7a166a59
Merge remote-tracking branch 'callumacrae/ticket/10783' into develop
...
* callumacrae/ticket/10783:
[ticket/10783] Fixed an HTML error with assets_version.
2012-04-13 13:35:37 +02:00
Callum Macrae
875958573c
[ticket/10783] Fixed an HTML error with assets_version.
...
PHPBB3-10783
2012-04-13 12:10:49 +01:00
Oleg Pudeyev
2c9d984049
Merge remote-tracking branch 'naderman/ticket/10783' into develop
...
* naderman/ticket/10783:
[ticket/10783] Correctly add assets_version config var to includejs urls
2012-04-12 22:54:43 -04:00
Nils Adermann
8a1d084d6d
[ticket/10783] Correctly add assets_version config var to includejs urls
...
PHPBB3-10783
2012-04-13 04:08:21 +02:00
Nils Adermann
790cc0c54f
Merge remote-tracking branch 'github-callumacrae/ticket/10783' into develop
...
* github-callumacrae/ticket/10783:
[ticket/10783] Added assets_version to ACP and simple_*.html.
[ticket/10783] Added assets_version to subsilver2.
[ticket/10783] Added ?assets_version to assets.
2012-04-13 03:32:01 +02:00
Igor Wiedler
1828d74502
Merge remote-tracking branch 'marc1706/ticket/10784' into develop
...
* marc1706/ticket/10784:
[ticket/10784] Do not show ajax overlay unless needed
2012-04-12 21:07:18 +02:00
Marc Alexander
7a9d9f97ef
[ticket/10784] Do not show ajax overlay unless needed
...
PHPBB3-10784
2012-04-12 21:03:47 +02:00
Andreas Fischer
3ece096a1e
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10788] Move ckwalsh and kellanved to the Former Contributors section.
[ticket/10788] Add imkingdavid to the list of developers in docs/AUTHORS.
2012-04-12 14:37:55 +02:00