summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-31Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image ↵Chad Kieffer
names from watch to notify.
2009-06-01Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-06-01Convert %7E to ~ when proxying files to work around Firefox's overzealous ↵bharat
security model.
2009-05-31Merge branch 'master' of git://github.com/gallery/gallery3Bharat Mediratta
2009-05-31Properly call user::login when we automatically login the admin userBharat Mediratta
immediately after install. Fixes ticket #323.
2009-06-01Fix a warningbharat
2009-06-01Change E_NONE -> 0 .. turns out E_NONE is a figment of my imagination ↵bharat
according to http://us.php.net/manual/sl/function.error-reporting.php
2009-05-31Update for changes to admin_users_group.html.phpBharat Mediratta
2009-05-31Localize a stringBharat Mediratta
2009-05-31user admin faceliftjhilden
* added drag & drop help message for empty groups * fixed overflow issue with more than ~10 members in one group * CSS improvements
2009-05-31Relax the regex we use to extract the movie size so that it works withBharat Mediratta
the new version of ffmpeg that I have on my dev box (ffmpeg 0.5-svn17737+3:0.svn20090303-1)
2009-05-31Switch to using html::specialchars() for cleaning.Bharat Mediratta
2009-05-31Updated for renamed variableBharat Mediratta
2009-05-31Merge branch 'master' of git://github.com/gallery/gallery3Bharat Mediratta
2009-05-31Rename "text" to "title" for clarity.Bharat Mediratta
2009-05-31Xss scanner golden file. Up to date.Bharat Mediratta
2009-05-31Run all variables containing user-entered text through p::clean()Bharat Mediratta
2009-05-31Clean up view variablesBharat Mediratta
2009-05-31Run all variables that come from user-entered data through p::clean()Bharat Mediratta
2009-05-31Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-05-31Update the clean/dirty format, check all ffiles instead of just one (which ↵Bharat Mediratta
was for debugging)
2009-05-31Run p::clean() on any variables that contain data entered by users.Bharat Mediratta
2009-05-31First pass at an XSS security test, along with the "p" helper whichBharat Mediratta
can clean HTML output.
2009-05-31Convert single quotes to double quotesBharat Mediratta
2009-05-31Remove the test images from the gallery module and move it to the developer ↵Tim Almdal
module in -contrib
2009-05-31Add a / to the end of TMPPATH to match other paths.Bharat Mediratta
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-05-30Remove insertion of content via CSS, it's not supported by IE. Just added ↵Chad Kieffer
sufficient white space as a seperator.
2009-05-30Fix width of add tag text input in IEChad Kieffer
2009-05-30Fix height on #gQuickPane in IEChad Kieffer
2009-05-30Fix IE issues with gPager, switch gPager from id to class, it's possible ↵Chad Kieffer
that we might want it to appear more than once in views.
2009-05-30Add transparency for overlay in IE 7 and 8Chad Kieffer
2009-05-30Focus IE fixes on versions less than 8Chad Kieffer
2009-05-30gate $can_edit and $can_add on whether or not we have an $item at allBharat Mediratta
(fixes a bug where search doesn't render because it has no item).
2009-05-30Add a / to the end of TMPPATH to match other paths.Bharat Mediratta
2009-05-30Use short hex for colors, #cccccc > #cccChad Kieffer
2009-05-30Refine link colors a bit. Drop orange for hover. Remove underlines for ↵Chad Kieffer
sf-menu hovers.
2009-05-30White space fixesChad Kieffer
2009-05-30small UI/CSS facelift for user admin + git testjhilden
2009-05-30Merge branch 'master' of git://github.com/gallery/gallery3Bharat Mediratta
2009-05-29Move the code that was in the scaffolding to package the initial mySql ↵tim almdal
database and var directory to a seperate standalone file in the installer. This will save the current database environment and restore it when the packaging is complete
2009-05-29Merge branch 'master' of git://github.com/gallery/gallery3Bharat Mediratta
2009-05-29remove scaffolding codetim almdal
2009-05-29Use the relative_path_cache to look up items which should be a fasterBharat Mediratta
query than using the level + the components.
2009-05-29Don't show "edit permissions" for non-albums.Bharat Mediratta
2009-05-29Move credits message into a variable, which can be changed in Admin >Bharat Mediratta
Settings > Advanced. It's stored in the variable as an internationalized string and localized at output time.
2009-05-29Fix the code to specify which columns its inserting into. WithoutBharat Mediratta
that it's fragile, and I broke it when I sorted the columns alphabetically a day or two ago.
2009-05-29Require "add" permission to show the add form.Bharat Mediratta
2009-05-29Don't show the add photo/album options to users who don't have theBharat Mediratta
permission. This isn't a security hole, since they can't actually add stuff.. but they can try and fail which is a bad user experience. Also fix it up so that we show the option menu only if there's stuff to show, and cache some of the permissions for performance (which I'm guessing at-- didn't benchmark it).
2009-05-29Remove a completed @todoBharat Mediratta
2009-05-29Revert test code inserted in 88a3d43ba9b9377ba6bbe21a4547220ae3a37276Bharat Mediratta
which showed stack traces to non-admins.