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
Nathan Guse
ab41396707
Merge pull request #1866 from prototech/ticket/11915
...
[ticket/11915] Improve Plupload integration
2014-01-17 19:28:31 -08: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
708622a0bb
[ticket/11915] Do not display the "Place inline" button when JS is disabled.
...
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
0ca1d14316
[ticket/12011] Correctly position the MCP minitabs.
...
PHPBB3-12011
2014-01-17 19:19:22 -08:00
Cesar G
68eef83a8e
[ticket/12011] Prevent the <dfn> from bumping the unapproved icon to second line
...
A RTL rule is not needed for this since the content is just moved out of
view.
PHPBB3-12011
2014-01-17 19:19:22 -08:00
Cesar G
6b746ef029
[ticket/12011] Separate the navbar bullet points from the text.
...
PHPBB3-12011
2014-01-17 19:19:22 -08:00
Cesar G
be38a67768
[ticket/12011] Correctly align the posting options.
...
PHPBB3-12011
2014-01-17 19:15:38 -08:00
Cesar G
954cf7e064
[ticket/12011] Fix the overlapping unapproved post icon.
...
PHPBB3-12011
2014-01-17 19:15:38 -08:00
Cesar G
00356f7844
[ticket/12011] Align PM/post titles to the right.
...
PHPBB3-12011
2014-01-17 19:15:38 -08:00
Cesar G
567106988e
[ticket/12011] Correctly align the pagination icon in topic rows.
...
PHPBB3-12011
2014-01-17 19:15:38 -08:00
Cesar G
d1edd04742
[ticket/12011] Stop the last post column from dropping to a second line.
...
PHPBB3-12011
2014-01-17 19:15:38 -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
Cesar G
6098134cc6
[ticket/12067] Remove double scrollbar from notifications dropdown.
...
PHPBB3-12067
2013-12-07 00:43:55 -08:00
Oliver Schramm
204d6781d8
[ticket/12061] Fix keyboard shortcut in firefox
...
PHPBB3-12061
2013-12-06 19:59:33 +01:00
Cesar G
dbe7154065
[ticket/11241] Retain button gradient when menu is active.
...
PHPBB3-11241
2013-12-06 03:32:49 -08: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
a25b1e6a40
[ticket/11241] Fix the dropdown in RTL languages.
...
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
Cesar G
4b0410a9d9
[ticket/11241] Add dropdown control button.
...
PHPBB3-11241
2013-12-06 00:44:48 -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