- 19 Nov, 2007 1 commit
-
-
Nigel McNie authored
Penny started this work but I'm taking up the rest of it, so there's some changes to how certain things work that I made while trying to understand the way the migration works. Also commented everything. Next work - test the PPAE migration, then on to the other templates.
-
- 16 Nov, 2007 1 commit
-
-
Nigel McNie authored
A couple of checks to make sure that having blocktype code running when blocktypes aren't installed doesn't kill the admin section completely.
-
- 15 Nov, 2007 3 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
- 14 Nov, 2007 1 commit
-
-
Penny Leach authored
Changed all requires. Also removed not used json/renderartefact.php
-
- 13 Nov, 2007 4 commits
-
-
Penny Leach authored
Rather than (the only example was artefact) lib/artefact.php which is non standard
-
Nigel McNie authored
Add support to the artefact chooser for a 'search' tab that allows drilling through the artefacts that can be chosen. It works in firefox fine, and works without javascript fine (therefore it works in ie6). Opera also works. Konqueror and IE7 do not work properly.
-
Nigel McNie authored
-
Nigel McNie authored
Add a two character prefix to each log line, that remains the same over the lifetime of the request. This makes it easy to distinguish lines between requests that happen at the same time.
-
- 12 Nov, 2007 3 commits
-
-
Clare Lenihan authored
allow public views setting now prevents adding and using public views
-
Penny Leach authored
fixed the upgrade - I have just commented this out for now because I'm pretty sure that blocktypes install themselves separately, not as part of the artefacts
-
Nigel McNie authored
-
- 11 Nov, 2007 1 commit
-
-
Nigel McNie authored
Added basic workings for the search, so that the search tab sort of works. It's not scalable yet though - table scan of artefact using ILIKE.
-
- 09 Nov, 2007 3 commits
-
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
- 07 Nov, 2007 3 commits
-
-
Nigel McNie authored
Use the key 'javascript' instead of 'js' everywhere, for consistency with the vast majority of stuff we already have doing things this way (render_self)
-
Nigel McNie authored
-
Nigel McNie authored
Build the form controls separately from the artefact chooser template itself, cleaning up all the artefactchooser templates quite a bit. Make sure that the message for the resumefield blocktype isn't stored as configdata also.
-
- 06 Nov, 2007 5 commits
-
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
& updated call to it in artefact/blog
-
- 04 Nov, 2007 1 commit
-
-
Nigel McNie authored
This uses the postgres SELECT FOR UPDATE syntax to ensure we don't have a race condition when inserting a record that previously didn't exist. The other database one is a bit more race condition-ey.
-
- 30 Oct, 2007 4 commits
-
-
Nigel McNie authored
Moved contacts/* to user/ and contacts/groups/* to group/, as groundwork for the new interaction api. Lots of url/path moving, so there might be some brokenness for a while. Test cases certainly broken.
-
Nigel McNie authored
Added another smarty plugin - this one to allow the path blocktype:blocktypename:template.tpl for blocktypes to have their own smarty templates.
-
Penny Leach authored
-
Nigel McNie authored
-
- 29 Oct, 2007 4 commits
-
-
Nigel McNie authored
Put a count of the number of blocktypes in each category on the category tabs. Hide the ones that have not blocktypes in them
-
Nigel McNie authored
Copy/paste complete wtf man. Fix the limit/offset problem with artefact pagination properly this time.
-
Nigel McNie authored
Make sure that users can't put a wierd offset in, causing pagination wierdness. Good reason to use page= rather than offset= I spose.
-
Nigel McNie authored
Renamed the 'view' parameter for view/view.php to be 'id'. 'view' will continue to work for a while. view/blocks.php uses id, and id is used for other objects in the system, so it doesn't make much sense for this one to remain this way.
-
- 27 Oct, 2007 5 commits
-
-
Nigel McNie authored
* Parameters are taken as a hash now - eight or nine function parameters is a whorepile. The parameters are sourced from the new artefactchooser_element api method for blocktypes * Because of this, much less data has to be passed through as 'extradata', so removed a bunch of that * Removed 'offsetname' configuration, not required anymore. * Added a hook to allow blocktypes to affect the sort order for artefacts in the chooser, and a hook to allow them to configure data before it goes to the chosen smarty template for displaying each element in the chooser.
-
Nigel McNie authored
Removed the 'offsetname' configuration parameter. The artefactchooser element will only work if it's the only thing on the page anyway. Allow configuration of the template used to show results in the artefact chooser also. This allows files to show results formatted differently to blogposts, for example.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Add support for max width/height specifications for images. This means that images smaller than this will not be scaled up, which is better behaviour in many situations.
-
- 26 Oct, 2007 1 commit
-
-
Nigel McNie authored
Make sure that the filename of the image doesn't cause the artefact chooser to expand too widely. The hover title now shows the full description, with an abbreviated version of it next to the image itself.
-