| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-07-22 | Use the Kohana cascading filesystem to locate resources loaded by the | Bharat Mediratta | |
| theme. Because the theme comes first, this means that themes can override any module resources, at the cost that we no longer have namespacing for JS and CSS files. The only file getting used outside of this model is themes/default/screen.css which is used in the admin theme. I fixed that by copying screen.css into admin_default and renaming its screen.css to admin_screen.css. I also copied over all the images that it was referencing. Fixes tickets #48 and #539. Theme API changes: - theme_script(), theme_url() and theme_css() are no longer needed - script(), url() and css() now refer to the first matching asset in the module load path, where gallery3/lib is at the end of the path | |||
| 2009-06-29 | Temporary checkin to allow merge with trunk... don't integrate | Tim Almdal | |
| 2009-06-28 | Use $theme->script() method to render module javascript files | Tim Almdal | |
| 2009-06-04 | Only request the server_add js if the user is an admin | Bharat Mediratta | |
| 2009-06-05 | Rewrite the server_add to have the server format the selection when a branch ↵ | Tim Almdal | |
| is opened. Sub trees re only retrieved when the branch is opened. Changed the start task processing to fill in any subtrees that are selected, but were never expanded on the client. Added the loading icon. Signed-off-by: Bharat Mediratta <bharat@menalto.com> | |||
| 2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta | |
| 2009-04-03 | Fix for ticket #200. When an error occurs the current uri is no | Tim Almdal | |
| longer admin/server_add but admin/server_add/add_path and the equality check fails. | |||
| 2009-03-05 | Change how the urls are built in the java script | Tim Almdal | |
| 2009-03-04 | Continuation of the rename of jquery.autocomplete.pack.js | Tim Almdal | |
| 2009-03-04 | move server_add styles into the theme screen.css files | Tim Almdal | |
| 2009-03-04 | Move the autocomplete js and css files to lib | Tim Almdal | |
| 2009-03-04 | Rename local_import module to server_add | Tim Almdal | |
