Cesar G
43ccfbc6f4
[ticket/12093] Check that document.selection is supported.
...
PHPBB3-12093
2014-01-25 15:37:33 -08:00
Nathan Guse
5b452ffe27
[ticket/11950] Fix prior commit
...
PHPBB3-11950
2014-01-22 10:43:29 -06:00
Suhaib Khan
88bd88b612
Adding 'forgot password' link to index page
...
PHPBB3-11950
Signed-off-by: Suhaib Khan <suhebjerk@gmail.com>
2014-01-22 12:42:33 +05:30
Joas Schilling
0ce98d7eac
[ticket/11201] Allow translation of profile field name and explanation
...
PHPBB3-11201
2014-01-19 14:52:51 +01:00
Cesar G
ebc2d1dd1b
[ticket/11915] Pass the data to the template instead of scraping HTML for it.
...
PHPBB3-11915
2014-01-17 19:25:12 -08:00
Cesar G
9a21dec1b6
[ticket/11915] Replace inline onclick event for inserting attachment bbcodes.
...
PHPBB3-11915
2014-01-17 19:25:11 -08:00
Cesar G
702efc8496
[ticket/11915] Remove files that are no longer used.
...
PHPBB3-11915
2014-01-17 19:25:11 -08:00
Cesar G
628323a80a
[ticket/11915] Remove unused language string.
...
PHPBB3-11915
2014-01-17 19:20:37 -08:00
Cesar G
020b7a31bf
[ticket/11915] Make the user aware of the drag-and-drop zone.
...
PHPBB3-11915
2014-01-17 19:20:37 -08:00
Cesar G
f858ec1f56
[ticket/11915] Fix various problems with responsive design.
...
PHPBB3-11915
2014-01-17 19:20:36 -08:00
Cesar G
9c1cacae42
[ticket/11915] Provide the URL to the attachment when it's uploaded.
...
PHPBB3-11915
2014-01-17 19:20:36 -08:00
Cesar G
1272c9272e
[ticket/11915] Remove unnecessary JS file and include others using INCLUDEJS.
...
PHPBB3-11915
2014-01-17 19:20:36 -08:00
Cesar G
688ca7fade
[ticket/11915] Add the new uploader.
...
PHPBB3-11915
2014-01-17 19:20:36 -08:00
Cesar G
2719a18f7f
[ticket/11915] Make it possible to display trigger_error() messages to user.
...
PHPBB3-11915
2014-01-17 19:20:36 -08:00
Cesar G
0ea110292b
[ticket/11915] Provide some additional info about limits to the uploader.
...
PHPBB3-11915
2014-01-17 19:20:36 -08:00
Cesar G
691dfd8453
[ticket/11915] Add row template for new attachments.
...
PHPBB3-11915
2014-01-17 19:20:36 -08:00
Cesar G
4361c1c9ac
[ticket/11915] Move the uploaded attachment list under the attachments tab.
...
PHPBB3-11915
2014-01-17 19:20:35 -08:00
Cesar G
aeb215a5c2
[ticket/11915] Move some of the #cp-main table rules to separate class.
...
PHPBB3-11915
2014-01-17 19:20:35 -08:00
Cesar G
d76ec60ee1
[ticket/12034] Move similar code in the two callbacks to separate function.
...
PHPBB3-12034
2013-12-30 11:12:15 -08:00
Cesar G
f4b832a27d
[ticket/12034] AJAXify notifications popup.
...
PHPBB3-12034
2013-12-30 11:12:15 -08:00
Joas Schilling
558f3cd21c
Merge remote-tracking branch 'vsephpbb/ticket/12060' into develop
...
* vsephpbb/ticket/12060: (37 commits)
[ticket/12060] A little less verbose cleanup of event docblocks
[ticket/12060] Further clarifying new event docblocks as much as possible
[ticket/12060] More fixes to dockblock for acp_bbcodes_modify_create event
[ticket/12060] Remove whitespaces
[ticket/12060] Fix docblock for acp_bbcodes_modify_create event
[ticket/12060] Rename event in message parser to modify_format_display_text_after
[ticket/12060] Add num_predefined_bbcodes to display_custom_bbcodes_modify_sql
[ticket/12060] Further clarify/fix a var in acp_bbcodes_modify_create event doc block
[ticket/12060] Use separate template event for acp user signature posting buttons
[ticket/12060] Rename event from append to after in acp_bbcodes.html
[ticket/12060] Correctly label alpha versions in event docblocks
[ticket/12060] Fix u_action comments in docblocks
[ticket/12060] Change @since in event docblocks
[ticket/12060] Update the docblock comments in acp core events
[ticket/12060] Refactor u_action in the events that use it
[ticket/12060] Use $sql_ary instead of $sql
[ticket/12060] Update docblock for core event due to addition of another var
[ticket/12060] Remove re-tabbing of html from subsilver2 files
[ticket/12060] Add $update_this_message var to the core event
[ticket/12060] Adjust last item in array to use a comma instead of closing parenthesis
...
2013-12-20 16:11:02 +01:00
Joas Schilling
e3e34add7f
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10023] Make password change notification more noticeable
2013-12-16 10:25:45 +01:00
Joas Schilling
8da2f349fe
Merge remote-tracking branch 'vsephpbb/ticket/12054' into develop
...
* vsephpbb/ticket/12054:
[ticket/12054] Re-word event documentation
[ticket/12054] Reword descriptions and resort events alphabetically
[ticket/12054] Update index_body_linklist_before/after template events
2013-12-16 10:08:19 +01:00
Oliver Schramm
e6b91de17b
[ticket/10023] Make password change notification more noticeable
...
PHPBB3-10023
2013-12-12 16:57:06 +01:00
Joas Schilling
d252ef3f60
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/12061] Fix keyboard shortcut in firefox
Conflicts:
phpBB/styles/prosilver/template/overall_footer.html
2013-12-09 01:23:29 +01:00
Oliver Schramm
204d6781d8
[ticket/12061] Fix keyboard shortcut in firefox
...
PHPBB3-12061
2013-12-06 19:59:33 +01:00
Cesar G
664e7862d0
[ticket/11241] Fix the disappearing dropdown when responsive changes take effect
...
PHPBB3-11241
2013-12-06 00:56:31 -08:00
Cesar G
42a70154fa
[ticket/11241] Add border to dropdown menu options.
...
PHPBB3-11241
2013-12-06 00:56:31 -08:00
Cesar G
5579dc2412
[ticket/11241] Add events & var for extensions to dropdown.
...
PHPBB3-11241
2013-12-06 00:56:31 -08:00
Cesar G
9c9c20ad55
[ticket/11241] Use DEFINE for the block.
...
PHPBB3-11241
2013-12-06 00:56:31 -08:00
Cesar G
e110d591a9
[ticket/11241] Consolidate topic actions into "Topic tools" dropdown.
...
PHPBB3-11241
2013-12-06 00:56:24 -08:00
Joas Schilling
4684ba0869
Merge remote-tracking branch 'cyberalien/ticket/11979' into develop
...
* cyberalien/ticket/11979:
[ticket/11979] Fix errors in dropdown
[ticket/11979] Add ability to create dropdown menu to prosilver
2013-12-06 09:31:30 +01:00
Matt Friedman
35da9ab9cf
[ticket/12060] Add template events posting_editor_buttons_before/after
...
PHPBB3-12060
2013-12-04 16:35:11 -08:00
Matt Friedman
186f3ecb7e
[ticket/12054] Update index_body_linklist_before/after template events
...
PHPBB3-12054
2013-12-03 17:20:32 -08:00
Joas Schilling
8f504b1ca5
Merge remote-tracking branch 'cyberalien/ticket/11969' into develop
...
* cyberalien/ticket/11969:
[ticket/11969] Change topic link to unread post in subsilver2
[ticket/11969] Change topic link to unread post in prosilver
[ticket/11969] New language strings for first and last post links
2013-12-03 18:29:10 +01:00
Joas Schilling
8a6d01591b
Merge remote-tracking branch 'vsephpbb/ticket/12014' into develop
...
* vsephpbb/ticket/12014:
[ticket/12014] Change event date in docs
[ticket/12014] Fix version number in event docs
[ticket/12014] Template Event index_body.html before forumlist
2013-12-03 18:18:09 +01:00
Cesar G
5ab5bd6bda
[ticket/11346] Hide "Mark topics read" link when forum is empty.
...
TOTAL_POSTS and TOTAL_USERS are not defined for viewforum.php.
PHPBB3-11346
2013-12-01 17:16:31 -08:00
Joas Schilling
f3d7823050
[ticket/12042] Replace B with a more meaningful key name
...
PHPBB3-12042
2013-11-27 18:54:51 +01:00
Joas Schilling
6a2d0c345c
[ticket/12042] Add all language strings from PLUpload 2.0 to the language file
...
PHPBB3-12042
2013-11-27 18:09:38 +01:00
Joas Schilling
e3eb82cf7d
Merge remote-tracking branch 'Marc/ticket/11914' into develop
...
* Marc/ticket/11914:
[ticket/11914] Add assets version to included plupload scripts
[ticket/11914] Update plupload to 2.0.0
[ticket/11914] Use unix line endings in plupload queue css file
2013-11-27 15:18:39 +01:00
s9e
263f213ffe
[ticket/12028] Replace L_COLON with literal colon
...
Replace L_COLON with literal colon in JavaScript context.
[ci skip]
PHPBB3-12028
2013-11-21 23:20:16 +01:00
Nathan Guse
df7fa8e499
Merge pull request #1854 from Pico88/ticket/12005
...
[ticket/12005] Remove code responsible for PM popup completely
2013-11-21 14:01:23 -08:00
Nathan Guse
be33d37c89
Merge pull request #1856 from prototech/ticket/12001
...
[ticket/12001] Ensure that form data is sent to server in AJAX requests.
2013-11-21 13:56:03 -08:00
Nathan Guse
38994965f2
Merge pull request #1860 from prototech/ticket/12010
...
[ticket/12010] Make the navbar icons clickable.
2013-11-21 13:53:02 -08:00
Nathan Guse
6f419b0049
Merge pull request #1869 from prototech/ticket/10810
...
[ticket/10810] Move color swatches from popup windows to inline blocks.
2013-11-21 13:41:03 -08:00
Nathan Guse
6403d6848e
Merge pull request #1878 from blitze/ticket/12024
...
[ticket/12024] Template event overall_header_content_before
2013-11-21 13:26:24 -08:00
Vjacheslav Trushkin
be3bab4946
[ticket/11979] Fix errors in dropdown
...
PHPBB3-11979
2013-11-20 00:17:28 +02:00
OpenShift guest
55670d75b0
[ticket/12024] Add new line
...
PHPBB3-12024
2013-11-19 09:55:58 -05:00
OpenShift guest
9d39457e35
[ticket/12024] Template event overall_header_content_before
...
http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44959
http://tracker.phpbb.com/browse/PHPBB3-12024
PHPBB3-12024
2013-11-18 23:17:03 -05:00
Vjacheslav Trushkin
6b39f3b6a7
[ticket/11979] Add ability to create dropdown menu to prosilver
...
PHPBB3-11979
2013-11-14 00:45:22 +02:00