- 16 Oct, 2007 40 commits
-
-
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
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Only show a few editing controls for the small editor, but have the fullscreen mode so that all the controls can be used
-
Nigel McNie authored
-
Nigel McNie authored
Only trash post data if the form has not yet been submitted, preventing loss of form changes on a form error
-
Penny Leach authored
-