1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 12:33:29 +01:00

19731 Commits

Author SHA1 Message Date
Joas Schilling
b1bed49eae [ticket/11201] Add variables to classes and add constructor doc blocks
PHPBB3-11201
2014-01-18 12:53:41 +01:00
Joas Schilling
7fac238398 [ticket/11201] Update copyright in class file
PHPBB3-11201
2014-01-18 12:47:19 +01:00
Joas Schilling
7a8818fbc6 [ticket/11201] Add visibility and remove unused variable
PHPBB3-11201
2014-01-18 12:46:48 +01:00
Joas Schilling
1c884d07eb [ticket/11201] Add some commas at the last array entry
PHPBB3-11201
2014-01-18 12:44:24 +01:00
Joas Schilling
876e5e5fbb [ticket/11201] Cast some variables to integer
PHPBB3-11201
2014-01-18 12:40:12 +01:00
Joas Schilling
431fa7b593 [ticket/11201] Inject table names rather then using constants
PHPBB3-11201
2014-01-18 12:36:18 +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
Nathan Guse
efd56bc981 Merge pull request #1861 from prototech/ticket/12011
[ticket/12011] RTL fixes.
2014-01-17 19:27:50 -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
c1cca8aff4 [ticket/11915] Hide attachments table when removing last failed file.
PHPBB3-11915
2014-01-17 19:20:37 -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
1fedad5e07 [ticket/11915] Fix the Plupload test.
PHPBB3-11915
2014-01-17 19:20:36 -08:00
Cesar G
8b351104ed [ticket/11915] Check if trigger_error() was called after sending chunk.
PHPBB3-11915
2014-01-17 19:20:36 -08:00
Cesar G
a70f08513d [ticket/11915] Fix spacing and ensure that strings are translated.
PHPBB3-11915
2014-01-17 19:20:36 -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
6837b724a3 [ticket/11915] Do not allow more files to be added if queue is already running
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
508b43c197 [ticket/11915] Update the inline attachment bbcode indices on every upload.
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
be52a823f8 [ticket/11915] Provide the attachment file size to the template.
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
57088e3b26 [ticket/12011] Align ACP tabs to the right and separate ACP content from menu.
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
Nathan Guse
ce8b8593e0 Merge branch 'develop-olympus' into develop
* develop-olympus:
  [ticket/12046] Use PHP_BINARY environment variable in PHP lint test.
2014-01-17 20:50:25 -06:00
Nathan Guse
90f3cc48e5 Merge remote-tracking branch 'remotes/bantu/ticket/12046' into develop-olympus
* remotes/bantu/ticket/12046:
  [ticket/12046] Use PHP_BINARY environment variable in PHP lint test.
2014-01-17 20:50:04 -06:00
Nathan Guse
8486d6a9d1 Merge pull request #1938 from prototech/ticket/12077
[ticket/12077] Ensure that valid upload methods are presented to user in language packs page.
2014-01-17 18:28:19 -08:00
Nathan Guse
2cf4b68351 [ticket/12006] global $phpbb_dispatcher;
PHPBB3-12006
2014-01-17 20:26:59 -06:00
Nathan Guse
54afdeb7ee Merge pull request #1945 from VSEphpbb/ticket/12104
[ticket/12104] Replace shadow topics $sql with $sql_array for better Eve...
2014-01-17 18:08:19 -08:00
Nathan Guse
574eb2c199 Merge pull request #1947 from bantu/ticket/12107
[ticket/12107] Use log table property instead of log table constant.
2014-01-17 17:57:06 -08:00
Nathan Guse
6c8f217832 Merge pull request #1949 from prototech/ticket/12110
[ticket/12110] Update Plupload to 2.1.1.
2014-01-17 17:56:19 -08:00
Nathan Guse
6ae6dceb47 Merge pull request #1950 from prototech/ticket/12096
[ticket/12096] Use plurals for MAX_NUM_SEARCH_KEYWORDS_REFINE.
2014-01-17 17:55:00 -08:00
Nathan Guse
8eb9f1542c Merge pull request #1951 from prototech/ticket/12032
[ticket/12032] Do not inherit read status in certain notifications.
2014-01-17 17:52:49 -08:00
Joas Schilling
39ff387d36 [ticket/11201] Update schema files and unit test
PHPBB3-11201
2014-01-17 21:53:08 +01:00