- 12 Nov, 2007 7 commits
-
-
Penny Leach authored
- serve_file now will allow overriding the mime type sent in content-type header - you can also override the application/inline selector by setting force-download - added swf to the filetypes.xml list and bumped the version.
-
Clare Lenihan authored
-
-
Clare Lenihan authored
made strings translatable
-
Clare Lenihan authored
made two alerts for adding blog entries translatable
-
Evonne Cheung 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 5 commits
-
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
- 08 Nov, 2007 1 commit
-
-
Nigel McNie authored
-
- 07 Nov, 2007 9 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.
-
Nigel McNie authored
Implemented get_artefacts in the BlockType parent class, so that all children don't have to implement it. The one exception thus far is the Profile Information blocktype, which needs to add the 'profileicon' field.
-
-
Nigel McNie authored
-
Nigel McNie authored
Altered the view templates for resume artefacts so that the title is optional. Also made the profileinformation one use table header cells for the headers.
-
Nigel McNie authored
Implemented render_self for the resume artefact types, to satisfy the view API. Basically stole the render_full methods from 0.8.
-
Nigel McNie authored
-
- 06 Nov, 2007 6 commits
-
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
& updated call to it in artefact/blog
-
- 05 Nov, 2007 1 commit
-
-
Penny Leach authored
-
- 04 Nov, 2007 10 commits
-
-
-
Nigel McNie authored
-
Nigel McNie authored
It's the tablerenderer responder script. The plan is to ditch the tablerenderer and thus remove this later.
-
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.
-
Nigel McNie authored
Only remove the loading message if we know it's not going to be removed by an updateOnLoad callback later. This might have to be rolled back later if it causes problems with loading messages hanging around, but I haven't seen any yet.
-
Nigel McNie authored
Made the pagination constant for blog posts per page exist in only the ArtefactTypeBlog class, so make sure we only use that now.
-
Nigel McNie authored
Corrected another mistake I made with renaming the view= parameter to id= when the URL wasn't actually to view/view.php Made attaching and detaching files add a record in the artefact_parent_cache linking the entire blog to the attachment. This means that attachments can be shown in views instantly.
-
Nigel McNie authored
-
Penny Leach authored
Added support in the profile info block for selecting email address to use rather than just the default.
-
Penny Leach authored
-