Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-14 | clean the links and require authorization before showing admin pages | Felix Rabinovich | |
2008-12-14 | 1. fix up the <link> and <script> elements in the dashboard <head>. | Felix Rabinovich | |
2. made the images work properly | |||
2008-12-14 | Fixed tabs and line endings | Felix Rabinovich | |
2008-12-14 | Created admin controller and made admin obey admin theme settings | Felix Rabinovich | |
2008-12-14 | Removed call to jquery.dimension | Chad Kieffer | |
2008-12-14 | Removed jquery.dimension. It's methods are part of jquery core. | Chad Kieffer | |
2008-12-13 | Sidebar and comment white space and text size updates. | Chad Kieffer | |
2008-12-13 | Layout cleanup and simplification. Move view-mode buttons into sidebar, ↵ | Chad Kieffer | |
search to header_top. Reduced borders. Started album grid improvements. Minor white space improvements. Still need to handle text/photo alignment in album grid, improve placement of search. | |||
2008-12-13 | Whoops. Missed this in the last commit. | Chad Kieffer | |
2008-12-13 | Admin menu now similar to Wordpress admin menu. | Chad Kieffer | |
2008-12-12 | Dashboard protoype updates: Added welcome/general info block, logo, login ↵ | Chad Kieffer | |
menu, link to view gallery, close links for blocks, changed Logs to Statistics, and upped the font size. | |||
2008-12-12 | Missed this on the last commit. (Menu updates and added Gallery Info block ↵ | Chad Kieffer | |
for admin dashboard prototype.) | |||
2008-12-12 | Apply padding-left to avoid overlap of text on message type icons. Menu ↵ | Chad Kieffer | |
updates and added Gallery Info block for admin dashboard prototype. | |||
2008-12-12 | Keep .gError and other message type classes from wallpapering bg icons on ↵ | Chad Kieffer | |
form and form child elements. | |||
2008-12-11 | Remove the options menus from the albums and photo pages and move to the ↵ | Tim Almdal | |
site menu | |||
2008-12-11 | Destroy the popup dialog when it closes so there is nothing hanging around ↵ | Tim Almdal | |
and we can reuse it for a different popup | |||
2008-12-11 | remove the <span class="ui-tabs-nav"> from arround the site menu. It was ↵ | Tim Almdal | |
clashing with the superfish styling. | |||
2008-12-11 | Changes to the Menu.php: | Tim Almdal | |
1) separate the classes that are generated by the Menu class from what is used for the rendering. The classes that are generated are gMenu, gMenuElement, and gMenuDialog for the Menu, Menu_Element and MenuDialog classes respectively. 2) Changed the ui.init.js to add the appropriate rendering classes to the above classes. All gMenu elements have the sf-menu class added. All elements of class gMenuDialog have the gDialogLink class added. 3) Use Superfish for the menus so they now float properly. | |||
2008-12-11 | In progress admin dashboard prototype. | Chad Kieffer | |
2008-12-11 | Fixed message spacing, removed borders for .gMessages | Chad Kieffer | |
2008-12-11 | Added status message styles, container (.gMessages) and message types ↵ | Chad Kieffer | |
complete with icons for message types ( .gSuccess, .gError, .gWarning, .gInfo, .gHelp). | |||
2008-12-09 | Combine all the ui.jquery files into a single packed file at version ↵ | Tim Almdal | |
(1.6rc2) copied from the the corresponding vendor branch. Move into the application/lib directory and remove from the theme. Remove the ui.jquery javascript from the rearrange module and use the common library. | |||
2008-12-09 | Remove tabs, fix indentation. | Bharat Mediratta | |
2008-12-09 | fixed album view button display in IE, link text is now visually hidden | Chad Kieffer | |
2008-12-09 | Checked in jQuery superfish menu plugin, applied to item options menu. ↵ | Chad Kieffer | |
Updated album/item view icons. | |||
2008-12-07 | Move form.html.php from themes/default/views to core/views | Tim Almdal | |
2008-12-07 | Changed how drawForms handles hidden fields. I make the assumption that ↵ | Tim Almdal | |
hidden fields will never have an error or label so rather then recursing to draw the hidden fields, we just render them. Also moved the hidden fields outside the <ul>. | |||
2008-12-07 | 1) Revert the changes to Form_Upload and Form_Textarea, so we don't have to ↵ | Tim Almdal | |
change third party code. 2) Change drawForm to check for a non empty $input->class in order to determime if the element should be wrapped in <li>...</li>. If $input->class is empty then treat as a hidden field. | |||
2008-12-07 | Merge gallery3/branches/menus back into gallery3/trunk | Tim Almdal | |
2008-12-07 | Style cleanups to make File_Structure_Test pass. | Bharat Mediratta | |
2008-12-07 | Yay! Working item upload dialog from the album page! | Chad Kieffer | |
2008-12-07 | Let dialogs be draggable for now. | Chad Kieffer | |
2008-12-07 | First go around at reusable modal dialogs. Moved jQuery UI CSS into ↵ | Chad Kieffer | |
screen.css, moved default theme JS to js folder. Named jQuery UI files to match the file names as they distribute them. Removed accordion, it's not used yet. | |||
2008-12-06 | Switch the slideshow link from text to icon. | Chad Kieffer | |
2008-12-05 | Make sure the pager clears the album grid. | Chad Kieffer | |
2008-12-05 | Added album and item view icons (album, hybrid, slideshow, full size). Added ↵ | Chad Kieffer | |
"Options" menu placeholder to display item options (add, edit, subscribe, permissions, etc.). Renamed gAlbumHeaderMenu to gItemMenu which can be used on both album and item views. | |||
2008-12-05 | Read that $("#Selector").length was a good way to check whether an element ↵ | Chad Kieffer | |
exists in the DOM/jQuery object. | |||
2008-12-05 | Removed right border off of #Content container, don't need the separation ↵ | Chad Kieffer | |
between it and the Sidebar. | |||
2008-12-03 | Grouped Ajax/Dom scripting related styles (gInPlaceEdit, gClose, etc.). ↵ | Chad Kieffer | |
Began gInPlaceEdit styles. | |||
2008-12-01 | In place editing in breadcrumbs is a bit much, plus, it breaks the layout. ↵ | Chad Kieffer | |
Removing, at least for now. | |||
2008-12-01 | Grouped inline form styles. No longer using gInline class in favor of ↵ | Chad Kieffer | |
specific form IDs that can be styled differently depending on which container they appear. Added gDescription class, dropped gUnderState for semantics. CSS cleanup. | |||
2008-11-29 | Changed CSS organization, removed form section. Moved generic form CSS up to ↵ | Chad Kieffer | |
top of sheet and specific form styles to be adjacent to related content. This should ensure inheritance works generic down to specific. Removed #gAddTags in favor of #gTags form. | |||
2008-11-28 | Use .width() instead of .innerWidth(). Now photo resize works in IE 7. | Chad Kieffer | |
2008-11-28 | Dynamically reset the dimensions of resized photos to fit if they're too wide. | Chad Kieffer | |
2008-11-28 | Add credits theme callback, point the powered-by link at GMC | Bharat Mediratta | |
2008-11-28 | Move the form drawing code back into form.html.php -- I'm going to | Bharat Mediratta | |
take a shot at fixing it up in the view file so that it's mostly HTML, not mostly PHP. If that fails, I'll move it back into a helper. | |||
2008-11-27 | Make header buttons, line them up nicely and float them to the right | Bharat Mediratta | |
so that they don't push the album grid down. | |||
2008-11-27 | Create a form_helper class containing the function Draw_Form so we don't ↵ | Tim Almdal | |
have to always check to see if the DrawForm method is already defined in pages that could have multiple forms. | |||
2008-11-27 | 1) Create a Theme_View class that combines the functionality of the Theme ↵ | Tim Almdal | |
class with the View class. 2) Only define the form.html.php::DrawForm method once if there are multiple forms on the page (i.e. comments and add tags) | |||
2008-11-27 | Move the ADMIN global nav option into the core module and only show it if ↵ | Bharat Mediratta | |
we're logged in as an admin user |