- 02 Dec, 2007 21 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Changed the title strings for editing a view and its access. Also added a string describing the view access screen.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Remove acceptance of path parameter, not needed any more. Shorten the defining of the TITLE constant.
-
Nigel McNie authored
In particular, finally, the name of the user is linked to their profile page, which should surely help discovery of their profiles, given it's the main way that people see one another's content.
-
Nigel McNie authored
Removed the buggy old way of generating an artefact hierarchy path and replaced with something most likely slower but at least it's correct for now. Premature optimisation is the root of all evil, as they say. Flagged it with a comment for review later however. Added a page title, and other misc. cleanup.
-
Nigel McNie authored
-
Nigel McNie authored
Remove get_artefact_hierarchy. It was only used in view/view.php for artefact viewing, and returned incorrect data in the case of what the actual parent of an artefact was.
-
Nigel McNie authored
-
Nigel McNie authored
When showing folder listings, link to the new view/artefact.php script rather than view/view.php for showing the artefacts in the folder.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
It does basically do what the old one did. I do want to poke it into having the feedback not need javascript though.
-
Nigel McNie authored
Basic template for viewing an artefact. Follows the structure of how view/view.php worked for now, so CSS rules work.
-
Nigel McNie authored
Hopefully soon this will replace formattedtitle because this string allows us to link the view name to the view and the user name to their profile page.
-
Nigel McNie authored
Make sure that in views, if the titles of blockinstances are linked to viewing an individual artefact, it goes to the new view/artefact.php script.
-
Nigel McNie authored
-
- 30 Nov, 2007 5 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Richard Mansfield authored
-
Nigel McNie authored
-
Nigel McNie authored
This was caused by the tablerenderer calling get_string to get defaults, before the javascript that set the strings was output. Solved by putting the javascript that outputs the JS language strings before any including of other javascript files.
-
- 29 Nov, 2007 3 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Nigel McNie authored
-
- 28 Nov, 2007 11 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
The resume composites were broken when editing a resume (although they were working in the views). Fixed.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Make sure we check for the correct langconfig.php, regardless of whether we're retrieving a plugin string or not. Fixes a gazillion warnings to the logs when using language packs other than English.
-
Nigel McNie authored
Namely: the string saying how many results there are, and the string that says there are no artefacts to choose from.
-
Nigel McNie authored
Also removed styles for the old administer templates screen that I found along the way.
-
Nigel McNie authored
Those exceptions are safe to translate, other exceptions can't easily be translated without testing, as you have to make sure everywhere they should be used the translation infrastructure is working. As it is, if the translation code throws an exception, everything will probably go to hell.
-
Nigel McNie authored
-
Nigel McNie authored
-