Ticket #3191 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Inline Uploading interface improvements

Reported by: mdawaffe Assigned to: mdawaffe
Priority: normal Milestone: 2.1
Component: Administration Version: 2.1
Severity: normal Keywords: JS
Cc:

Description

Initial run.

  1. Accesss uploaded files through Manage -> Uploads.
  2. svn mv wp-admin/inline-uploading.php wp-admin/upload.php.
  3. Clearer "Send to editor" options.
  4. Fully pluggable tabs.
  5. Cacheable JS and CSS.
  6. Can edit file titles and descriptions.
  7. JS has random version string for debugging.

To Do:

  1. Split tabs into This Post / Images / Files ?
  2. UI/Layout improvements?

Attachments

3191.diff (78.0 kB) - added by mdawaffe on 10/03/06 01:10:01.
3191b.diff (33.0 kB) - added by mdawaffe on 10/03/06 06:32:35.
Bold?.png (7.3 kB) - added by mdawaffe on 10/03/06 23:56:25.
bold labels?
Picture 3.png (6.9 kB) - added by mdawaffe on 10/04/06 00:18:42.
Picture 4.png (6.7 kB) - added by mdawaffe on 10/04/06 00:24:37.
Picture 4.2.png (6.5 kB) - added by mdawaffe on 10/04/06 00:25:58.
Picture 5.png (32.9 kB) - added by mdawaffe on 10/04/06 00:39:11.
Picture 6.png (33.3 kB) - added by mdawaffe on 10/04/06 01:37:06.
3191c.diff (13.3 kB) - added by mdawaffe on 10/04/06 06:20:57.
CSS and layout improvements
3191d.diff (6.2 kB) - added by mdawaffe on 10/04/06 17:15:47.
don't include admin-header for inline
3191e.diff (3.6 kB) - added by mdawaffe on 10/05/06 18:18:46.
more bugs
Picture 7.png (39.4 kB) - added by mdawaffe on 10/05/06 20:16:08.
3191e.2.diff (13.4 kB) - added by mdawaffe on 10/05/06 22:22:54.
This is sucking out my will to live

Change History

10/03/06 01:10:01 changed by mdawaffe

  • attachment 3191.diff added.

10/03/06 01:10:18 changed by mdawaffe

  • owner changed from anonymous to mdawaffe.
  • status changed from new to assigned.

10/03/06 01:23:51 changed by markjaquith

Patch isn't applying correctly...

/wp-admin/upload.php doesn't exist in trunk...

10/03/06 01:29:55 changed by mdawaffe

I shouldn't have svn moved. Didn't think of that, sorry.

svn mv wp-admin/inline-uploading.php wp-admin/upload.php on your local copy first, then try applying the patch. Hopefully that will work.

Further To Do:

  1. pagination. #3159 would help.

10/03/06 03:00:49 changed by markjaquith

Nah, that doesn't work, because the patch tries to put code into both inline-uploading.php and upload.php

10/03/06 06:32:35 changed by mdawaffe

  • attachment 3191b.diff added.

10/03/06 06:33:37 changed by mdawaffe

Why there is no svn patch is a mystery to me.

Try this: 3191b.diff

10/03/06 07:15:19 changed by ryan

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [4274]) Uploader improvements from mdawaffe. fixes #3191

10/03/06 09:18:24 changed by Nazgul

Does this also fix #3173? I don't have Opera available here to test it.

10/03/06 17:12:37 changed by foolswisdom

mdawaffe updated ticket:3173 suggesting it does. Thanks Nazgul.

10/03/06 23:56:25 changed by mdawaffe

  • attachment Bold?.png added.

bold labels?

10/04/06 00:18:42 changed by mdawaffe

  • attachment Picture 3.png added.

10/04/06 00:24:37 changed by mdawaffe

  • attachment Picture 4.png added.

10/04/06 00:25:58 changed by mdawaffe

  • attachment Picture 4.2.png added.

10/04/06 00:39:11 changed by mdawaffe

  • attachment Picture 5.png added.

10/04/06 01:37:06 changed by mdawaffe

  • attachment Picture 6.png added.

10/04/06 06:20:57 changed by mdawaffe

  • attachment 3191c.diff added.

CSS and layout improvements

10/04/06 06:37:46 changed by ryan

(In [4312]) Uploader improvements from mdawaffe. fixes #3191

10/04/06 17:15:47 changed by mdawaffe

  • attachment 3191d.diff added.

don't include admin-header for inline

10/04/06 17:17:55 changed by mdawaffe

3191d.diff

  1. Don't include admin-header.php for inline.
  2. Some bugs fixed when going between JS and no JS.
  3. Thumbnail list items sohuld link to edit in Manage->Uploads.

10/04/06 17:19:14 changed by ryan

(In [4340]) Uploader improvements from mdawaffe. fixes #3191

10/05/06 18:18:46 changed by mdawaffe

  • attachment 3191e.diff added.

more bugs

10/05/06 20:16:08 changed by mdawaffe

  • attachment Picture 7.png added.

10/05/06 22:22:54 changed by mdawaffe

  • attachment 3191e.2.diff added.

This is sucking out my will to live

10/05/06 22:24:31 changed by mdawaffe

Do nothing with 3191e.diff

Commit 3191e.2.diff

10/05/06 22:34:25 changed by Nazgul

mdawaffe, could you take a look at #899 and see if it can be combined with this one?

(and why are you attaching new patches to a closed ticket? shouldn't it be reopened then?)

10/06/06 08:51:17 changed by mdawaffe

Nazgul - no good reason to keep flooding this closed ticket :)

And I've closed #899