Michael Cullum
8dcc2cded6
[feature/events] Rename RUNHOOKS to EVENT
...
Apply change to existing ledges
PHPBB3-9550
2012-12-17 11:37:11 -05:00
Joas Schilling
c0f900f695
[feature/events] Add forumlist_body_last_post in subsilver2
...
Used by NV Advanced Last Topic Titles
PHPBB3-9550
2012-12-17 11:37:09 -05:00
Joas Schilling
6ca65226e3
[feature/events] Fix forumlist_body_last_post in prosilver
...
Used by NV Advanced Last Topic Titles
PHPBB3-9550
2012-12-17 11:37:08 -05:00
Michael Cullum
47c1834382
[feature/events] Adding viewtopic_print_head_body template ledge
...
Needed by ReIMG Resizer
PHPBB3-9550
2012-12-17 11:37:07 -05:00
Michael Cullum
9b4ea94630
[feature/events] Adding ucp_pm_viewmessage_head_body template ledge
...
Needed by ReIMG Resizer
PHPBB3-9550
2012-12-17 11:37:06 -05:00
Michael Cullum
e865ee1bef
[feature/events] Adding overall_head_head_body template ledge
...
Required by ReIMG Resizer
PHPBB3-9550
2012-12-17 11:37:05 -05:00
Michael Cullum
bc2f777b27
[feature/events] Adding simple_footer_end template ledge
...
PHPBB3-9550
2012-12-17 11:37:03 -05:00
Michael Cullum
244978cdb4
[feature/events] Adding overall_footer_end template ledge
...
Helpful for JS scripts that need to work with the DOM.
PHPBB3-9550
2012-12-17 11:37:02 -05:00
Michael Cullum
18af6dd664
[feature/events] Adding index_body_info_blocks template ledge
...
PHPBB3-9550
2012-12-17 11:37:01 -05:00
Michael Cullum
9e4043ff64
[feature/events] Adding forumlist_body_last_post template ledge
...
Used by NV Advanced Last Topic Titles
PHPBB3-9550
2012-12-17 11:36:59 -05:00
Michael Cullum
8534cbcc84
[feature/events] Adding overall_footer_index_link template ledge
...
Used by board3portal
PHPBB3-9550
2012-12-17 11:36:58 -05:00
Michael Cullum
bdd3e692fb
[feature/events] Adding overall_header_index_link template ledge
...
Used by board3portal
PHPBB3-9550
2012-12-17 11:36:56 -05:00
Michael Cullum
f2ee104291
[feature/events] Add posting_editor_options template ledge
...
This is needed for options for posts and is used by topic as link MOD
PHPBB3-9550
2012-12-17 11:36:55 -05:00
Michael Cullum
fc2ebc34df
[feature/events] Adds overall_footer_copyright template ledge
...
This allows people to add copyright information to the footer
PHPBB3-9550
2012-12-17 11:36:54 -05:00
Michael Cullum
c83c5c7f47
[feature/events] Add overall_header_nav template ledge
...
Adds a ledge next to the FAQ button for extensions to put links on the navigation bar
PHPBB3-9550
2012-12-17 11:36:53 -05:00
Oleg Pudeyev
38e146c8bd
[feature/events] Added overall_header_head ledge.
...
This will be used by the trivial-css mod.
PHPBB3-9550
2012-12-17 11:36:52 -05:00
Marc Alexander
703b77cb77
[ticket/10954] Use quotes in attribute selectors and reduce use of each
...
PHPBB3-10954
2012-12-16 01:06:32 +01:00
Marc Alexander
ec0241d2ef
[ticket/10954] Change currentObject to $this for consistency
...
PHPBB3-10954
2012-12-16 00:59:12 +01:00
Marc Alexander
46cc204523
[ticket/10954] Use function for closing alert popup
...
PHPBB3-10954
2012-12-16 00:57:53 +01:00
Marc Alexander
f4ff335369
[ticket/10954] Simplify marking forums read and fix topic marking
...
PHPBB3-10954
2012-12-15 23:48:33 +01:00
Marc Alexander
b90a56a409
[ticket/10954] Join array of class names instead of creating a string
...
Previously the string for selecting the correct classes was created
directly. Due to that a subsequent comma had to be removed. By joining the
array of class names with a separator this can be omitted.
PHPBB3-10954
2012-12-15 23:23:32 +01:00
Marc Alexander
61ef870fd5
[ticket/10954] Fix coding guidelines infractions
...
PHPBB3-10954
2012-12-15 21:12:52 +01:00
Marc Alexander
16c021e986
[ticket/10954] Change behavior of marking topics/forums
...
It will now display a popup message for 3 seconds which will confirm the
taken action. The amount of DOM traversals have been significantly reduced
and jQuery.each is now used instead of for loops. Additionally, it is now
possible to click on the mark topics/forums read links without triggering
an AJAX error.
PHPBB3-10954
2012-12-14 15:46:45 +01:00
Marc Alexander
5919407a1d
[ticket/10954] Fix scope of current_object
...
PHPBB3-10954
2012-12-13 20:43:38 +01:00
Marc Alexander
a3f18caacc
[ticket/10954] Only call $(this) once and reduce number of DOM traversals
...
PHPBB3-10954
2012-12-13 17:56:09 +01:00
Marc Alexander
a57c81481d
[ticket/10954] Mark topics read without popup
...
Also added missing handling of locked forums.
PHPBB3-10954
2012-12-12 18:38:17 +01:00
Marc Alexander
7ce009f2e2
[ticket/10954] Mark forums read without popup or page refresh
...
PHPBB3-10954
2012-12-12 12:46:20 +01:00
Marc Alexander
1aae72961a
Merge branch 'develop' into feature/avatars
...
Conflicts:
phpBB/install/database_update.php
2012-12-09 21:02:31 +01:00
Nathan Guse
357a4facf6
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103
...
Conflicts:
phpBB/includes/functions.php
2012-12-09 13:24:43 -06:00
Andreas Fischer
bd987b6e14
Merge remote-tracking branch 'p/ticket/11095-develop' into develop
...
* p/ticket/11095-develop:
[ticket/11095] Restore brace on previous line.
[ticket/11095] Docs and tests for phpbb_build_hidden_fields_for_query_params.
[ticket/11095] Forward GET parameters into hidden fields for jumpbox.
[ticket/11095] Python quoteattr port.
[ticket/11095] Use get method in jumpboxes.
2012-12-08 16:14:42 +01: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
Oleg Pudeyev
a8e74f5292
[ticket/10841] Revert more whitespace changes.
...
PHPBB3-10841
2012-12-05 12:07:37 -05:00
Oleg Pudeyev
0793f8e2e6
[ticket/10841] Revert whitespace changes.
...
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
Marc Alexander
b42ca792fd
[feature/avatars] Minor variable naming fixes
...
PHPBB3-10018
2012-12-04 00:49:37 +01:00
Oleg Pudeyev
2a39df1a53
[ticket/11095] Forward GET parameters into hidden fields for jumpbox.
...
PHPBB3-11095
2012-11-29 13:36:00 -05:00
Oleg Pudeyev
83e85810aa
[ticket/11095] Use get method in jumpboxes.
...
PHPBB3-11095
2012-11-29 01:14:58 -05:00
Marc Alexander
ce44e3908e
[feature/avatars] Remove unnecessary abbreviations
...
PHPBB3-10018
2012-11-25 00:54:34 +01:00
Marc Alexander
5289dc52a3
[feature/avatars] Add support for modularized avatars to ucp groups
...
This seems to be the last component where the new avatars system was still
missing.
PHPBB3-10018
2012-11-22 00:00:45 +01:00
Nathan Guse
61aa53f91a
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103
...
Conflicts:
phpBB/config/services.yml
phpBB/index.php
2012-11-20 23:19:51 -06:00
Marc Alexander
7521c077a9
[feature/avatars] Miscellaenous template fixes
...
PHPBB3-10018
2012-11-18 23:16:37 +01:00
Marc Alexander
959bc183bf
[feature/avatars] Handle deletion of avatars
...
Previously this wasn't handled correctly if at all.
PHPBB3-10018
2012-11-18 23:09:09 +01:00
Marc Alexander
d8510356d6
[feature/avatars] Add subsilver2 support
...
This implementation might not be perfect though.
PHPBB3-10018
2012-11-18 20:47:29 +01:00
Marc Alexander
5d0a20bbb6
[feature/avatars] Add missing language variables for avatars
...
PHPBB3-10018
2012-11-16 23:07:51 +01:00
Oleg Pudeyev
9c86f70b4a
Merge PR #1041 branch 'cyberalien/ticket/11175' into develop
...
* cyberalien/ticket/11175:
[ticket/11175] Add microdata to prosilver
[ticket/11175] Add microdata to subsilver2
2012-11-15 22:09:52 -05:00
Nathan Guse
d2187424da
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103
...
Conflicts:
phpBB/common.php
phpBB/config/services.yml
2012-11-14 11:33:24 -06:00
Marc Alexander
b91702665a
[feature/avatars] Add barebone gravatar driver
...
PHPBB3-10018
2012-11-13 23:22:56 +01:00
Marc Alexander
5f15c98c1d
[ticket/11197] Prefix the css classes for the small arrow with "arrow"
...
It does not make sense to have classes named "right" and "left" produce a
small arrow next to text. It should be made clear that an arrow will
appear.
PHPBB3-11197
2012-11-13 20:57:34 +01:00
Andreas Fischer
607865d97a
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10879] Remove arrow icon from attachment link in editor
2012-11-13 20:36:18 +01:00