1
0
Commit Graph

25 Commits

Author SHA1 Message Date
Tim Almdal
a923fd9714 Set the loading gifs into the generated themes. Requires adding another task step to copy the loading gifs. 2010-09-21 21:46:54 -07:00
Tim Almdal
a9d0507ce3 Change the theme generator so that the screen.css that it generates matches the content of the admin_wind/css/screen.css and wind/css/screen.css files. 2010-09-15 20:15:50 -07:00
Tim Almdal
ca107543dd Add support for theming the tag cloud. Includes fix for #1140. 2010-09-12 11:00:29 -07:00
Tim Almdal
94c3a5bd63 Provide a new permission screen that uses the jquery sprites as the icons. At some point will look to merge this permission screen into core. 2010-09-11 14:44:08 -07:00
Tim Almdal
ff0afc9e47 synchronize the fix-ie.css with the version in wind. 2010-09-11 14:42:39 -07:00
Tim Almdal
b8306c57de add the organize styles to the site screen so that the organize dialog takes on the appropriate styling when the theme is generated. 2010-09-09 20:41:18 -07:00
Tim Almdal
e4e303687d Add a zip wrapper which uses the php zlib module. This is the backup plan if the zip module is not installed. 2010-09-09 20:39:50 -07:00
Tim Almdal
ce509f1708 Convert the permissions_form to use the jquery ui supplied sprites instead of gallery supplied icons. 2010-08-19 20:06:49 -07:00
Tim Almdal
61a3dbc3f7 Store the theme definition in the theme.info file as a comment. 2010-08-18 21:48:41 -07:00
Tim Almdal
2308b19b1e synchronize changes with the fix-ie.css in gallery3:master 2010-08-18 19:47:34 -07:00
Tim Almdal
be42be32e0 Update masks to provide clear color references. 2010-08-18 18:53:19 -07:00
Tim Almdal
d53e780397 Change the termination status message so it reads better. 2010-08-15 22:31:05 -07:00
Tim Almdal
c78d157ba9 Check that the zip extension is loaded, if it is use that to unzip the themeroller zip file. If its not loaded, then try using the zlib extension. If both are not available fail. 2010-08-15 22:30:36 -07:00
Tim Almdal
8e44cc55ab when the themeroller is activated, issue an error message if both the zlib or zip extensions are not installed (themeroller needs at least one of them).
Currently, only the zip extension is supported, but a future patch will support zlib."
2010-08-15 18:51:43 -07:00
Tim Almdal
752ed60890 Remove debugging statement 2010-08-15 18:51:24 -07:00
Tim Almdal
39cd511e41 Change the default display name to be more readable. 2010-08-15 18:51:14 -07:00
Tim Almdal
bf5ba3cf19 Add the generation of styles for warning messages. The themeroller themes only have info and error, so we create a warning class by average the color components (i.e. red, green and blue) between the colors used for info and error messages. 2010-08-15 18:50:52 -07:00
Tim Almdal
848e5805af Simplify the permissions dialog to make for easier generation. In this case, there is only 1 icon to click to toggle between access allowed and access denied. As well, if the permission is inherited then the icon to toggle permissions is disabled. 2010-08-13 11:28:53 -07:00
Tim Almdal
513187a9d1 1) Change how duplicated themes are resolved: originally names would be generated as xxx_1_2 now its a more sane xxx_2
2) Update admin.html with the changes for ticket #1288
3) Allow color specification in the image mask names.
4) Disable the upload button once a zip archive file is selected.
2010-08-11 14:02:05 -07:00
Tim Almdal
a21dc263cf Change the colors in the admin_screen template so that they are replaced with the themeroller colors. 2010-08-09 14:53:37 -07:00
Tim Almdal
9d3c9edc95 Get gallery images generating properly. It was always setting the color to black so it wouldn't show up properly. 2010-08-09 12:32:43 -07:00
Tim Almdal
9b92859a60 Change the masks so that there is no need to do edge detection as it turns out that ubuntu and debian don't use the bundled gd library and functions like imagefilter might not be available. This change removes the need for the imagefilter function as the masks are already in inverted color. 2010-08-09 07:05:39 -07:00
Tim Almdal
9618dc7644 Merge branch 'talmdal' of github.com:gallery/gallery3-contrib into talmdal
Conflicts:
	modules/themeroller/controllers/admin_themeroller.php
	modules/themeroller/helpers/themeroller_event.php
	modules/themeroller/views/site_screen.css.php
2010-08-06 14:43:57 -07:00
Tim Almdal
e51496abf9 Initial commit of the themeroller module. It takes an upload of the zip file produced by jqueryui.com/themeroller and generates a theme based on the color schema contained in the zip file. Still fairly experimental 2010-08-06 14:29:42 -07:00
Tim Almdal
64332d6688 Initial commit of a themeroller module... not ready for general use 2010-07-16 09:42:30 -07:00