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
Nathan Guse
059880debf
Merge pull request #1809 from VSEphpbb/ticket/11966
...
[ticket/11966] Add header navigation template events to Subsilver2
2014-01-17 19:07:56 -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
Joas Schilling
a999dbad74
Merge remote-tracking branch 'vsephpbb/ticket/12063' into develop
...
* vsephpbb/ticket/12063:
[ticket/12063] Use CSS to replace valign=top
[ticket/12063] Remove obsolete valign attributes from tr tags
2013-12-13 20:28:22 +01:00
Matt Friedman
7bc4571753
[ticket/12063] Use CSS to replace valign=top
...
PHPBB3-12063
2013-12-13 10:33:38 -08:00
Matt Friedman
a59bbeed2d
[ticket/11966] Merge branch 'develop' into ticket/11966
...
PHPBB3-11966
2013-12-12 10:28:10 -08:00
Matt Friedman
9e0dd14e19
[ticket/12060] Remove re-tabbing of html from subsilver2 files
...
PHPBB3-12060
2013-12-12 09:56:51 -08: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
88aa7b88a4
[ticket/12063] Remove obsolete valign attributes from tr tags
...
PHPBB3-12063
2013-12-05 16:25:51 -08:00
Matt Friedman
bd8c444c12
[ticket/12060] Wrap subsilver2 posting buttons in div with id tags
...
Wrap the posting buttons in div tags with id attributes to allow needed
ability to process them with CSS, for example, to hide them.
PHPBB3-12060
2013-12-04 16:37:16 -08:00
Matt Friedman
35da9ab9cf
[ticket/12060] Add template events posting_editor_buttons_before/after
...
PHPBB3-12060
2013-12-04 16:35:11 -08:00