index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
views
/
simple_uploader.html.php
Age
Commit message (
Expand
)
Author
2009-11-20
Convert the Simple Uploader form over to Forge, and use the event
Bharat Mediratta
2009-11-20
Minor reformatting.
Bharat Mediratta
2009-11-20
Use "#g-add-photos-canvas object" instead of "#g-uploadifyUploader" so
Bharat Mediratta
2009-11-20
Move tag ui to the bottom of the form since it's a lower priority
Bharat Mediratta
2009-11-19
Add the ability to add tags for files that are uploaded using the simple loader.
Tim Almdal
2009-11-16
Use some hacky css to get the buttons alighned properly. Fixes ticket #880.
Tim Almdal
2009-11-13
In order for us to provide a button that is style the way we want it to, we n...
Tim Almdal
2009-11-11
Add some padding to the add photo's button so when the focus goes on the flas...
Tim Almdal
2009-11-11
Make the browse button look more like the current one.
Tim Almdal
2009-11-11
Improve error handling.
Tim Almdal
2009-11-10
Pass two of uploadify... remove the default.css file, removed the folder opti...
Tim Almdal
2009-11-09
First cut at replacing swfupload with uploadify. Probably need to review the...
Tim Almdal
2009-10-28
Normalize capitalization ticket #596
Tim Almdal
2009-10-27
Breadcrumb updates. Apply g-first and g-active consistently, use ems instead ...
Chad Kieffer
2009-10-07
Consolidated the rest of the base message styles into lib/gallery.common.css ...
Chad Kieffer
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-27
Fix some whitespace issues.
Bharat Mediratta
2009-09-26
minor improvements to simple uploader
jhilden
2009-09-26
Merge branch 'master' of git@github.com:gallery/gallery3
jhilden
2009-09-26
first try at improving the upload user experience with the file selection button
jhilden
2009-09-23
Change the simple uploader dialog to use the new gallery::find_file api method.
Tim Almdal
2009-08-31
Fix XSS vectors in HTML attributes (mostly t() calls)
Andy Staudacher
2009-08-30
Updating uses of html::js_string and SafeString::for_js (value now contains s...
Andy Staudacher
2009-08-30
Fixing typo
Andy Staudacher
2009-08-29
Minor cleanup
Andy Staudacher
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
Merge commit 'upstream/master'
Andy Staudacher
2009-08-29
Fixing all detected XSS vectors in PHP->JS code.
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-08-27
Properly deal with invalid images. This fixes ticket #611 which shows
Bharat Mediratta
2009-07-14
3rd attempt to fix localization messages. Last time around I didn't
Bharat Mediratta
2009-07-11
Fix a typo in the last commit. I left off a closing paren.
Bharat Mediratta
2009-07-11
Change 'completed' status message to be a full sentence with javascript place...
Bharat Mediratta
2009-07-12
Fixed indentation of commit 2760e119bbfc3e2d436c404de194dbeea738a735
Shai Ben-Naphtali
2009-07-12
This fixes ticket #513
Shai Ben-Naphtali
2009-07-10
Change the word "Done" to "Close" to make translations easier
Tim Almdal
2009-07-03
Split the clean method into two clean and purify. clean is a light weight
Tim Almdal
2009-06-29
Merge branch 'master' of git@github.com:gallery/gallery3
jhilden
2009-06-29
added textual description of upload progress
jhilden
2009-06-28
use jquery.scrollTo to scroll the active upload into view.
Bharat Mediratta
2009-06-09
Add string to localizer
unostar
2009-06-04
Fix internationalization to use one long string and placeholders.
Bharat Mediratta
2009-06-04
fixed another bug with the filesize unit and added a better error message
jhilden
2009-06-04
fixed stuff
jhilden
2009-06-04
Add MY_num containing num::convert_to_bytes() which supports PHP's
Bharat Mediratta
2009-06-04
set filesize limit of swfupload to the same value as upload_max_filesize
jhilden
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
Bharat Mediratta
2009-05-31
Run p::clean() on any variables that contain data entered by users.
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta