Commit Graph
5668 Commits
Author SHA1 Message Date
Chad Kieffer b1a6bed36d Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image names from watch to notify. 2009-05-31 23:52:08 -06:00
Bharat Mediratta 79a05adb9d Clear the site status message on deactivate, not on uninstall. 2009-05-31 22:33:28 -07:00
Bharat Mediratta 9a7e642cd6 Don't let relative_path() try to update the database if the Item_Model
is not loaded, else you get weird errors.
2009-05-31 22:30:48 -07:00
Bharat Mediratta 33df7de391 Accidentally broke the AllowOverride info url in the migration from
core -> modules/gallery.  Fixed, and incidentally make the link appear
in a new tab/window.
2009-05-31 22:25:53 -07:00
Bharat Mediratta 54ae9fac88 Remove extra blank line 2009-05-31 22:12:14 -07:00
Bharat Mediratta b6c99a062b Merge branch 'master' of git@github.com:gallery/gallery3 2009-06-01 01:07:59 -04:00
bharat 297fb737ac Convert %7E to ~ when proxying files to work around Firefox's overzealous security model. 2009-06-01 01:07:05 -04:00
Bharat Mediratta 55b23a4e86 Merge branch 'master' of git://github.com/gallery/gallery3 2009-05-31 21:51:00 -07:00
Bharat Mediratta 8ebd941c81 Properly call user::login when we automatically login the admin user
immediately after install.  Fixes ticket #323.
2009-05-31 21:48:43 -07:00
bharat c96b81db65 Fix a warning 2009-06-01 00:22:21 -04:00
bharat 1f7cec2e75 Change E_NONE -> 0 .. turns out E_NONE is a figment of my imagination according to http://us.php.net/manual/sl/function.error-reporting.php 2009-06-01 00:21:18 -04:00
Bharat Mediratta 0ec3f1b830 Update for changes to admin_users_group.html.php 2009-05-31 19:32:13 -07:00
Bharat Mediratta 9322f51e23 Localize a string 2009-05-31 19:31:55 -07:00
jhilden 277c96c2f6 user admin facelift
* added drag & drop help message for empty groups
* fixed overflow issue with more than ~10 members in one group
* CSS improvements
2009-05-31 18:25:43 -04:00
Bharat Mediratta 181c97ef4b Relax the regex we use to extract the movie size so that it works with
the new version of ffmpeg that I have on my dev box (ffmpeg
0.5-svn17737+3:0.svn20090303-1)
2009-05-31 12:53:03 -07:00
Bharat Mediratta f9a741782d Switch to using html::specialchars() for cleaning. 2009-05-31 12:33:10 -07:00
Bharat Mediratta 897ca2806d Updated for renamed variable 2009-05-31 01:22:48 -07:00
Bharat Mediratta e30b45be07 Merge branch 'master' of git://github.com/gallery/gallery3 2009-05-31 01:15:11 -07:00
Bharat Mediratta 9a6f18075a Rename "text" to "title" for clarity. 2009-05-31 01:14:28 -07:00
Bharat Mediratta af0031e029 Xss scanner golden file. Up to date. 2009-05-31 01:10:52 -07:00
Bharat Mediratta 2e16c9557c Run all variables containing user-entered text through p::clean() 2009-05-31 01:06:51 -07:00
Bharat Mediratta 712fdb5545 Clean up view variables 2009-05-31 01:03:24 -07:00
Bharat Mediratta 9369ccab7f Run all variables that come from user-entered data through p::clean() 2009-05-31 01:02:51 -07:00
Tim Almdal 0a5ca7a766 Merge branch 'master' of git@github.com:gallery/gallery3 2009-05-31 00:28:51 -07:00
Bharat Mediratta a049de28ac Update the clean/dirty format, check all ffiles instead of just one (which was for debugging) 2009-05-31 00:13:28 -07:00
Bharat Mediratta 708f27f483 Run p::clean() on any variables that contain data entered by users. 2009-05-31 00:11:48 -07:00
Bharat Mediratta ad81861c33 First pass at an XSS security test, along with the "p" helper which
can clean HTML output.
2009-05-31 00:11:02 -07:00
Bharat Mediratta 1848390897 Convert single quotes to double quotes 2009-05-31 00:10:12 -07:00
Tim Almdal 45d58c8680 Remove the test images from the gallery module and move it to the developer module in -contrib 2009-05-31 00:10:04 -07:00
Bharat Mediratta 2e9b8277d5 Add a / to the end of TMPPATH to match other paths.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-05-31 14:28:11 +08:00
Chad Kieffer f737963286 Remove insertion of content via CSS, it's not supported by IE. Just added sufficient white space as a seperator. 2009-05-30 23:20:18 -06:00
Chad Kieffer 0ab31b5167 Fix width of add tag text input in IE 2009-05-30 23:15:02 -06:00
Chad Kieffer d9a3a609f2 Fix height on #gQuickPane in IE 2009-05-30 23:10:18 -06:00
Chad Kieffer f95b51e219 Fix IE issues with gPager, switch gPager from id to class, it's possible that we might want it to appear more than once in views. 2009-05-30 23:04:55 -06:00
Chad Kieffer 8482f51e15 Add transparency for overlay in IE 7 and 8 2009-05-30 23:01:48 -06:00
Chad Kieffer b4b6a0b8d4 Focus IE fixes on versions less than 8 2009-05-30 21:49:55 -06:00
Bharat Mediratta a5670d8d70 gate $can_edit and $can_add on whether or not we have an $item at all
(fixes a bug where search doesn't render because it has no item).
2009-05-30 17:14:17 -07:00
Bharat Mediratta 3b3531cbb8 Add a / to the end of TMPPATH to match other paths. 2009-05-30 15:34:03 -07:00
Chad Kieffer cf00314c6a Use short hex for colors, #cccccc > #ccc 2009-05-30 16:13:16 -06:00
Chad Kieffer dcc67ad297 Refine link colors a bit. Drop orange for hover. Remove underlines for sf-menu hovers. 2009-05-30 16:02:27 -06:00
Chad Kieffer ef14f0faf5 White space fixes 2009-05-30 15:25:24 -06:00
jhilden 2c1c4d3475 small UI/CSS facelift for user admin + git test 2009-05-30 12:09:56 -04:00
Bharat Mediratta 1559539993 Merge branch 'master' of git://github.com/gallery/gallery3 2009-05-30 01:45:29 -07:00
tim almdal 120088140c Move the code that was in the scaffolding to package the initial mySql 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-29 23:34:24 -07:00
Bharat Mediratta f660eb55aa Merge branch 'master' of git://github.com/gallery/gallery3 2009-05-29 22:28:48 -07:00
tim almdal f0104ee43b remove scaffolding code 2009-05-29 21:53:49 -07:00
Bharat Mediratta ce285b8feb Use the relative_path_cache to look up items which should be a faster
query than using the level + the components.
2009-05-29 21:23:08 -07:00
Bharat Mediratta cbec883d8a Don't show "edit permissions" for non-albums. 2009-05-29 20:59:34 -07:00
Bharat Mediratta 60d1bbc2d6 Move credits message into a variable, which can be changed in Admin >
Settings > Advanced.  It's stored in the variable as an
internationalized string and localized at output time.
2009-05-29 20:24:42 -07:00
Bharat Mediratta 994830f611 Fix the code to specify which columns its inserting into. Without
that it's fragile, and I broke it when I sorted the columns
alphabetically a day or two ago.
2009-05-29 18:04:54 -07:00