1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-01 03:54:56 +02:00

2339 Commits

Author SHA1 Message Date
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
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
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
355ceac4a0 Merge pull request #1834 from cyberalien/ticket/11984
Move responsive design adjustments
2013-11-21 13:42:48 -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
Vjacheslav Trushkin
094da3ba16 [ticket/11984] Prevent AJAX background animation flicker in prosilver
PHPBB3-11984
2013-11-19 23:58:04 +02:00
OpenShift guest
55670d75b0 [ticket/12024] Add new line
PHPBB3-12024
2013-11-19 09:55:58 -05:00
OpenShift guest
bc47455dfb [ticket/12024] Replace newline
PHPBB3-12024
2013-11-18 23:43:39 -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
Joas Schilling
6ee05d369e [prep-release-3.1.0-a2] Update version to 3.1.0-a2 2013-11-19 01:18:21 +01:00
Vjacheslav Trushkin
6b39f3b6a7 [ticket/11979] Add ability to create dropdown menu to prosilver
PHPBB3-11979
2013-11-14 00:45:22 +02:00
Cesar G
c5680ca822 [ticket/10810] Update all palettes.
PHPBB3-10810
2013-11-13 01:24:37 -08:00
Cesar G
13d2d7d036 [ticket/11472] Expand palette cell links to the full block size.
PHPBB3-11472
2013-11-12 18:15:16 -08:00
Cesar G
1ea07e2270 [ticket/11472] Use {T_ASSETS_PATH}.
PHPBB3-11472
2013-11-12 18:15:16 -08:00
Cesar G
79b5e96896 [ticket/11472] Make the color swatch configurable and fix it in subsilver2
PHPBB3-11472
2013-11-12 18:11:56 -08:00
Cesar G
c386bf7911 [ticket/11472] Make prosilver's editor.js an asset used by all styles.
PHPBB3-11472
2013-11-12 18:11:56 -08:00