Nathan Guse
4f6b9080e8
Merge pull request #2037 from prototech/ticket/12080
...
[ticket/12080] Fix color palettes when responsive.
2014-02-20 20:59:14 -06:00
Nathan Guse
2ffca79c0e
Merge pull request #2044 from prototech/ticket/12212
...
[ticket/12212] Encode the attachment file name before presenting to user.
2014-02-20 10:18:22 -06:00
Nathan Guse
bd8951cfbe
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/12093] Check that document.selection is supported.
Conflicts:
phpBB/adm/style/editor.js
phpBB/assets/javascript/editor.js
phpBB/styles/prosilver/template/editor.js
2014-02-19 09:23:02 -06:00
Cesar G
627dc886b3
[ticket/12212] Encode the attachment file name before presenting to user.
...
The uploader inserts the file name directly into the page at the moment without
handling any HTML special chars that may be in the name. This results in HTML
that may be present getting rendered in error messages and the attachments
list. This simply causes layout breakage for the user, since the backend takes
care of sanitizing the name. Once phpBB returns the file data for the uploaded
file, the name in the attachment list gets replaced by the one that phpBB
provides.
PHPBB3-12212
2014-02-18 00:01:05 -08:00
Cesar G
1c56d28d9b
[ticket/12208] Remove file from upload queue if deleted before being uploaded.
...
The table row is removed, but the files aren't actually removed from the
upload queue, so they get uploaded either way.
PHPBB3-12208
2014-02-17 15:11:24 -08:00
Cesar G
5ef55d9e45
[ticket/12080] Add classes to color palette table to identify it more easily.
...
PHPBB3-12080
2014-02-16 13:25:43 -08:00
Joas Schilling
5fff6fc169
Merge remote-tracking branch 'prototech/ticket/12135' into develop
2014-02-02 13:39:44 +01:00
Cesar G
d32b758428
[ticket/12124] IE8 does not support indexOf() for arrays.
...
PHPBB3-12124
2014-01-28 15:47:43 -08:00
Cesar G
53ef25e837
[ticket/12124] The textarea selector is failing in IE8 & 9.
...
PHPBB3-12124
2014-01-28 15:44:34 -08:00
Cesar G
a18dc8d1d6
[ticket/12124] Set attachment data to preserve AJAX delete functionality.
...
PHPBB3-12124
2014-01-28 15:42:53 -08:00
Cesar G
cd14eec8e5
[ticket/12135] Reduce verbosity in bbfontstyle() by using textarea var.
...
PHPBB3-12135
2014-01-26 18:25:48 -08:00
Cesar G
10149933bd
[ticket/12124] Remove double bang.
...
PHPBB3-12124
2014-01-25 15:26:37 -08:00
Cesar G
a8a349670a
[ticket/12124] Revert to basic uploader if the html5 runtime is not supported.
...
PHPBB3-12124
2014-01-24 04:37:29 -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
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
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
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
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
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
86ee2a470d
[ticket/12110] Update Plupload to 2.1.1.
...
PHPBB3-12110
2014-01-16 11:05:43 -08:00
Cesar G
4b0410a9d9
[ticket/11241] Add dropdown control button.
...
PHPBB3-11241
2013-12-06 00:44:48 -08: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
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
355ceac4a0
Merge pull request #1834 from cyberalien/ticket/11984
...
Move responsive design adjustments
2013-11-21 13:42:48 -08:00
Vjacheslav Trushkin
739f1a3bdd
[ticket/11984] Do not resize textarea on touch devices
...
PHPBB3-11984
2013-11-19 23:58:05 +02:00
Cesar G
9a9669bebd
[ticket/10810] Make the color palette usable outside of the editor context.
...
PHPBB3-10810
2013-11-13 01:01:15 -08:00
Cesar G
0385d16364
[ticket/10810] Move the color palette code to core.js.
...
PHPBB3-10810
2013-11-12 23:57:27 -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
Cesar G
253f8d7593
[ticket/12001] Ensure that form data is sent to server in AJAX requests.
...
PHPBB3-12001
2013-11-08 06:13:55 -08:00
Cesar G
478c3ea3a0
[ticket/11928] Javascript requires camel case.
...
PHPBB3-11928
2013-11-03 10:49:28 -08:00
Cesar G
4b024f035e
[ticket/11928] Rename loadingAlert to loading_indicator.
...
PHPBB3-11928
2013-10-30 15:28:11 -07:00
Cesar G
da4e0c4219
[ticket/11928] Replace AJAX loading popup with animation.
...
PHPBB3-11928
2013-10-29 07:27:08 -07:00
Vjacheslav Trushkin
c521380273
[ticket/11956] Move code that hides dropdowns to assets
...
PHPBB3-11956
2013-10-26 16:35:59 +03:00
Vjacheslav Trushkin
368b3f0d9e
[ticket/11956] Move dropdown handler to assets
...
PHPBB3-11956
2013-10-26 16:29:37 +03:00
Cesar G
7ab90c6c82
[ticket/11138] Increase AJAX timeout period to 15 seconds.
...
PHPBB3-11138
2013-10-23 22:33:02 -07:00
Marc Alexander
b9f950054a
[ticket/11914] Update plupload to 2.0.0
...
There are no longer seperate javascript files for each type of uploader.
New filenames have been kept as used inside the plupload package.
PHPBB3-11914
2013-10-23 14:44:55 +02:00
Marc Alexander
38eb86fe6d
[ticket/11914] Use unix line endings in plupload queue css file
...
PHPBB3-11914
2013-10-23 14:43:02 +02:00
Marc Alexander
c810f1934e
[ticket/11916] Remove files from hidden attach list after deletion
...
The hidden attachment_data list needs to be updated if a file got removed.
This was not done until now and caused a general error after submitting a
post if a file was removed after uploading it.
PHPBB3-11916
2013-10-23 11:50:41 +02:00
Nils Adermann
e08db41d0d
Merge pull request #1719 from cyberalien/ticket/11552
...
Responsive design for prosilver
2013-10-20 11:12:55 -07:00
Vjacheslav Trushkin
18d505c171
[ticket/11947] Notification link fixes
...
Allow clicking child elements of link that toggles notification popup
PHPBB3-11947
2013-10-19 02:18:22 +03:00
Vjacheslav Trushkin
12c34e4176
[ticket/11552] Fixes for auto-resize textarea
...
Changing auto-resize code to work with all possible
box-sizing and checking for negative height.
PHPBB3-11552
2013-10-18 23:43:32 +03:00
Nils Adermann
40932c26ea
Merge pull request #1772 from bantu/feature/plupload/integration
...
[ticket/10929] Integration of Plupload
2013-10-13 16:01:00 -07:00
Fyorl
9f1c627988
[feature/plupload/integration] Add missing javascript file.
...
PHPBB3-10929
2013-10-14 00:52:37 +02:00
Andreas Fischer
eaa688eba4
[feature/plupload/deps] Adding parts of plupload_1_5_7.zip
...
PHPBB3-10929
2013-07-17 02:02:19 +02:00