Commit Graph

169 Commits

Author SHA1 Message Date
Tom Needham 1f74e76d83 Implemented ace-edtior as an app. Basic file editing and saving supported. 2011-09-28 15:15:04 +01:00
Scott Barnett 83ccbbe49f Fixed table gap from appearing. 2011-09-27 06:48:05 +10:00
Scott Barnett dbddec9160 Fixed minor issue. 2011-09-26 04:18:33 +10:00
Scott Barnett 1985bfd9eb Fixed uploaded file hover issue. 2011-09-26 04:08:28 +10:00
Robin Appelman 917ea58a8c fix file uploads for IE 2011-09-22 23:25:23 +02:00
Michael Gapczynski be4cb55368 Fix newly uploaded files names being cut off if multiple '.' 2011-08-28 15:39:17 -04:00
Michael Gapczynski affc879cde Shift+Click multiselect for files 2011-08-28 15:21:53 -04:00
Michael Gapczynski a695aa3071 Months for modified date need to be translated 2011-08-28 14:21:36 -04:00
Michael Gapczynski 5f0ab971f1 Ctrl+Click on td.filename a selects file instead of default file action 2011-08-28 14:15:07 -04:00
Michael Gapczynski 0c0435615d Support translations for modified date column in files 2011-08-28 11:44:33 -04:00
Michael Gapczynski fef7e9d5f4 Style changes for multiselect and add tipsy for file size 2011-08-27 22:16:39 -04:00
Michael Gapczynski 2b572f676d Fix file actions broken in some browsers, rename delete to do_delete - Thanks Bart Visscher 2011-08-27 19:32:48 -04:00
Michael Gapczynski 9353d1de74 Get file extension using lastIndexOf instead of indexOf in case there is a '.' in file name 2011-08-24 20:34:27 -04:00
Jan-Christoph Borchardt d40b905f27 Revert "hints for file actions"
1) Please test in Firefox 2) File actions should be refactored first, to be shown/hidden via CSS, not via JavaScript
This reverts commit e78d1dd676.
2011-08-23 11:45:28 +02:00
Bartek Przybylski e78d1dd676 hints for file actions 2011-08-22 19:33:21 +02:00
Robin Appelman d5ba4ec825 some improvements in automatic svg replacement 2011-08-22 15:20:24 +02:00
Jan-Christoph Borchardt 7bb261f810 more fixes for Personal and Tipsy 2011-08-14 16:12:31 +02:00
Jan-Christoph Borchardt 6e30ade0b3 updated tipsy, tooltips finally work everywhere, thanks icewind 2011-08-14 14:55:43 +02:00
Jan-Christoph Borchardt 3b5f16b23c NEEDS MORE FADING 2011-08-13 06:05:00 +02:00
Jan-Christoph Borchardt d5b4056514 fixed tipsy tooltips for actions 2011-08-13 05:40:03 +02:00
Jan-Christoph Borchardt 7ece8ed314 added global action class for icons 2011-08-13 05:27:50 +02:00
Robin Appelman 42c5a24dc3 more fancy fading 2011-08-13 00:23:15 +02:00
Jan-Christoph Borchardt 02824cabfe removed downloading as fallback action when file type can not be opened 2011-08-12 11:55:11 +02:00
Jan-Christoph Borchardt f62b315159 file hovering now very fancy, CSS fade for row and extension 2011-08-12 11:51:48 +02:00
Robin Appelman 9ba303a95f fix uploading multiple files 2011-08-12 11:50:07 +02:00
Jan-Christoph Borchardt 6c4d075bd6 added jquery-tipsy for nice title tooltips 2011-08-12 11:26:13 +02:00
Robin Appelman 972f7d7e60 forgot something 2011-08-11 23:23:59 +02:00
Robin Appelman ae7d9143f4 allow dynamicly determaning icons for fileactions 2011-08-11 23:21:30 +02:00
Dawid Opis 9683d44633 fixed upload button 2011-08-11 22:22:32 +02:00
Jan-Christoph Borchardt 99790d6805 lots of image changes, use svg EVERYWHERE POSSIBLE 2011-08-11 19:00:32 +02:00
Robin Appelman 9059b55979 make more strings translatable 2011-08-10 14:03:54 +02:00
Robin Appelman 90726b10c4 fix a problem with ranming files containing spaces 2011-08-08 18:05:39 +02:00
Jan-Christoph Borchardt 193b9c9386 styled undo file deletion 2011-08-05 07:37:08 +02:00
Robin Appelman e209511f86 provide undo button when deleting files from the web interface 2011-08-04 00:22:44 +02:00
Robin Appelman 6bda6de9a1 show table header in filebrowser always on top when files are selected 2011-08-02 23:00:40 +02:00
Jan-Christoph Borchardt 5c941e57d2 fixed showing mimetypes for new files 2011-08-02 03:17:26 +02:00
Jan-Christoph Borchardt b2f1d26d93 fixed color calculation again 2011-07-30 15:42:34 +02:00
Jan-Christoph Borchardt 103d45539d fixed file size and date color calculation in JavaScript 2011-07-30 15:31:11 +02:00
Jan-Christoph Borchardt 9714bab653 fixed table heading and multiselect style 2011-07-30 15:16:20 +02:00
Robin Appelman 77abade785 dont need to remove the empty folder message twice 2011-07-30 14:46:41 +02:00
Robin Appelman 78d41a03e0 automatically hide show/hide the empty folder message 2011-07-30 14:44:22 +02:00
Jan-Christoph Borchardt 48fb1e2dae hide empty folder notification when a folder or file got uploaded 2011-07-30 12:14:09 +02:00
Robin Appelman b6ad416757 you can now move files to the root folder by draging them to the Files entry in the navigation panel 2011-07-29 18:00:42 +02:00
Robin Appelman 98e78c0599 some tweaks for renaming 2011-07-29 17:51:38 +02:00
Robin Appelman 2d43f6e307 make foldernames also bold after renaming 2011-07-29 02:47:25 +02:00
Robin Appelman 468319fe04 no need for an ok button for creating folders 2011-07-29 02:37:17 +02:00
Robin Appelman 3758b0d707 fix size of selected files with new uploaded files 2011-07-29 02:33:58 +02:00
Robin Appelman a7748c14c6 dont need the ok button for renaming 2011-07-29 02:26:32 +02:00
Robin Appelman 0e76d06358 properly style filenames after renaming 2011-07-29 02:17:40 +02:00
Robin Appelman 3a9af23cda always show download icon on hover 2011-07-29 02:02:17 +02:00
Robin Appelman 6d0c8ea7e4 use proper file icons for image and audio files 2011-07-29 01:37:08 +02:00
Robin Appelman 82261e9907 use relative times for new upload files 2011-07-29 01:10:08 +02:00
Robin Appelman c73dd86713 confirmation dialogs for deletions 2011-07-29 00:26:23 +02:00
Robin Appelman 433ad8c3ce add size tooltip for selected files 2011-07-28 23:56:42 +02:00
Robin Appelman 4028178982 fix serveral styling issues on uploaded files 2011-07-28 23:52:49 +02:00
Jan-Christoph Borchardt 9642a43129 correctly display icons and rename box 2011-07-28 23:24:00 +02:00
Robin Appelman 9565ea251d Implement inline renaming of files
Still needs some ui love
2011-07-28 23:04:34 +02:00
Jan-Christoph Borchardt 43f99a8983 finished action icons on hover, small style improvements 2011-07-28 12:14:55 +02:00
Robin Appelman ece6bd663c show icons instead of text for file actions 2011-07-28 04:29:04 +02:00
Jan-Christoph Borchardt 09eff063de fix merge conflict 2011-07-28 03:22:55 +02:00
Jan-Christoph Borchardt 25c48e6aed lots of small style fixes for the file list 2011-07-28 00:21:11 +02:00
Robin Appelman 90ecd2c293 deleting stuff is scary, lets move the button as far to the right as possible
it doesn't fit good currently in the column but will be fixed with using icons
2011-07-27 23:32:37 +02:00
Robin Appelman 7d5bc7974d do not show default file action in the file action list on hover 2011-07-27 23:23:46 +02:00
Robin Appelman 00da23faf6 no longer show deleted files as selected 2011-07-26 17:00:29 +02:00
Robin Appelman be45ad904e remove debug alert 2011-07-26 16:58:46 +02:00
Robin Appelman ede0cc1cfa Merge branch 'master' into interface 2011-07-26 16:56:01 +02:00
Robin Appelman 7b02adf715 fix sorting on newly inserted items in the file list 2011-07-26 16:55:28 +02:00
Robin Appelman b0f166fc83 some javascript changes 2011-07-26 16:43:12 +02:00
Robin Appelman 543bdb8ccd merge master into interface 2011-07-26 16:16:47 +02:00
Robin Appelman e03340b04d add getSelectedFiles() to files.js 2011-07-25 20:25:53 +02:00
Robin Appelman ceb711dff4 some work on the breadcrumb navigation for files 2011-07-22 16:52:35 +02:00
Robin Appelman d6bf5cd251 show error when trying to upload to large files 2011-07-22 15:48:30 +02:00
Robin Appelman d9a79c0f7e show fileactions inline on hover 2011-07-22 00:18:41 +02:00
Robin Appelman aa335f57d6 only show actions for selected file if there are selected files 2011-07-21 23:28:13 +02:00
Robin Appelman be6b5c8e77 some work on the updated interface 2011-07-21 22:01:55 +02:00
Robin Appelman 6b034ad2f9 Allow users to start a new upload before the current upload has finished 2011-07-20 15:51:19 +02:00
Robin Appelman 332cab0c55 fix deleting files with spaces in the name 2011-07-19 23:56:21 +02:00
Robin Appelman 0251290794 Show loading icon for uploading files, and disable file actions and DnD for uploading files. 2011-07-19 20:57:40 +02:00
Robin Appelman ff54602be0 No longer use the "Ok" button for file uploads 2011-07-19 20:34:01 +02:00
Robin Appelman b69ae10b74 Provide ability to select mutliply files during upload for browsers that support it. 2011-07-19 20:23:33 +02:00
Hans Bakker 5c671c995c finish refactoring of files admin page 2011-07-09 21:44:50 +02:00
Robin Appelman 541c40f3cc fix broken directory links for some browsers 2011-07-08 19:52:51 +02:00
Robin Appelman e3e0a28b62 only show the revert animation of draging a file when draged to an invalid position 2011-07-08 19:52:51 +02:00
Robin Appelman 47993fe29a You can now move files to a parent folder by draging them to an element in the breadcrumb bar
also fixed dragging newly uploaded files and droppin in new folders
2011-07-07 21:55:58 +02:00
Robin Appelman d31349b781 files can now be draged and dropped in the file browser 2011-07-07 04:14:24 +02:00
Robin Appelman f22e39a574 highlight selected files in the filebrowser 2011-07-07 02:28:57 +02:00
Jan-Christoph Borchardt e3fd72dc16 introducing simple file size, only MB as unit, details on hover 2011-07-07 01:27:16 +02:00
Jan-Christoph Borchardt 76eaab4b6b make folder labels bold, better distinction from files 2011-07-07 00:20:40 +02:00
Jan-Christoph Borchardt 827eb1ae24 reactivated Upload & New Folder button icons 2011-07-06 19:17:28 +02:00
Jan-Christoph Borchardt 53ae56097d applied Ryan's patch for Bug 276007 - Folder list does not get updated when creating the first folder. 2011-07-04 21:46:20 +02:00
Robin Appelman c4e7761ee8 make new folder dialog behave more like a regular form, so you can press enter to create the folder 2011-06-17 14:17:53 +02:00
Robin Appelman 07b72ca534 make the system for default fileactions more flexible 2011-06-16 23:15:58 +02:00
Robin Appelman d65f8bba73 try to adjust times to the clients timezone 2011-06-05 15:13:03 +02:00
Robin Appelman 153d8fec30 fix file actions for newly uploaded files 2011-06-04 22:59:18 +02:00
Robin Appelman 40a96aab28 fix file action dialog not reappearing after being used 2011-06-04 22:35:50 +02:00
Robin Appelman cde38eb00a fix fileactions following the link instead 2011-06-04 22:02:27 +02:00
Robin Appelman 1eb0faa264 make fileactions extendable by plugins 2011-06-04 20:16:44 +02:00
Robin Appelman 3892fe5511 some refactoring of the filebrowsers javascript code 2011-06-04 18:44:14 +02:00
Robin Appelman 815f239014 fix download links of newly uploaded files 2011-06-03 02:54:54 +02:00
Robin Appelman 00711341e9 new file uploader that should work with more browsers
tested with konqueror, chromium and firefox 4
2011-06-03 02:44:31 +02:00