- 16 Oct, 2007 40 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Merged some of the default theme's views.css into the common view css file for use by any other theme.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Changed the block type editing buttons to be <input type="image">, so that safari/konqueror will show the button background images.
-
Nigel McNie authored
-
Evonne Cheung authored
The design is by Evonne, with some browser fixes by Nigel.
-
Evonne Cheung authored
Removed a bunch of rules that applied to the old views interface. Added a couple of new ones, mostly around the styling of forms and buttons. Converted all tabs to spaces and removed whitespace at the end of the line.
-
Evonne Cheung authored
-
Nigel McNie authored
* Make the last tab on the top pane have the class of 'last'. Not used by the design now but might be by other designs later. * Don't return nothing when building a blocktype list and none can be found. This allows the template to output an informational message in this case instead. * Search $_POST only for the first action sent through (small optimisation rather than g&d work) * Because a lot of the buttons are now <input type="image">, the action is checked to see if it ends with _x or _y, and that part is stripped if it is found.
-
Nigel McNie authored
A couple of language string changes due to the graphic design work. Added a couple of new ones to, mostly to deal with informational error cases
-
Nigel McNie authored
Mark the 'change view layout' link as disabled rather than removing it when a view contains one or five columns. Fix an apparent bug in konqueror where onclick events are still passed to otherwise disabled buttons
-
Nigel McNie authored
Order the blocktypes for category query, and add keys describing the button direction for the move buttons. While ordering does not really make sense for the blocktypes, a database level sorting means that whatever ordering there is will not jump around in the UI between page reloads etc. The direction has been added for the move buttons so that images can be used for them instead.
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
Nigel McNie authored
-
Nigel McNie authored
Make the new views interface work in ie7. It suffers from the same z-index problem that firefox does, but at least now it works
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Penny Leach authored
- Fixed a bug in the view_layout install.xml definition - Added view layouts to core_data
-
Nigel McNie authored
Fixed adding and removing columns in ie7. IE doesn't like negative numbers in substr() (possibly a mozilla extension)
-
Penny Leach authored
implemented get_artefacts handlers. system blocks must now subclass SystemBlockType, not PluginBlockType, mmmk?
-
Penny Leach authored
removed view_artefact.ctime - not necessary and I want to delete and add rather than update, which would break it anyway
-
Penny Leach authored
-
Nigel McNie authored
Made hotzones for empty columns fill right down to the footer to improve drop success chances. Fixed a bug where in empty columns blocks couldn't be dropped right at the top of the column
-
Nigel McNie authored
Hide the block placeholder when a blocktype has been dropped outside of a hotzone. Some smarter math for the bottom hotzones, they now roughly extend down to the footer to make dropping at the end of a column easier
-
Nigel McNie authored
-
Penny Leach authored
-
Penny Leach authored
-
Nigel McNie authored
Made the hotzones at the top and bottom of the columns bigger, so dropping blocks at those locations is more likely to succeed
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Made the thumb.php script serve thumbs of the view layouts, and added an example image that shows the naming scheme.
-
Nigel McNie authored
-
Nigel McNie authored
Make sure that 'new' is passed around in some other places where it is needed, so the wizard works. Also fixed a couple of broken redirects for the non javascript version
-