- 08 Dec, 2007 1 commit
-
-
Nigel McNie authored
-
- 07 Dec, 2007 2 commits
-
-
-
Nigel McNie authored
Events needed to be wired up with connect(), rather than setting onclick properties directly.
-
- 06 Dec, 2007 4 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Problem caused by checking the owner of the group too, but the constraint is on the group name column only. Fixed by validating that no other group with the same name exists.
-
Nigel McNie authored
Make sure in the entireresume, we show the contact information of the user whose view it is, rather than the user viewing it. Fixes #1757.
-
Nigel McNie authored
A related bug, #1758, has been opened for artefacts sending notifications. Also changed the activity code for watchlist to look for $data->message rather than $data->subject, which makes the code in there a bit more readable.
-
- 05 Dec, 2007 7 commits
-
-
Nigel McNie authored
Added 'pasteword' button to blog post form. Related to #653, but I couldn't get the icon to show up. It doesn't seem to be a syntax error, so there's little harm in putting it in and seeing if it works later.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Send back the offset that the results are up to in the artefact chooser, as it's needed by the ArtefactChooserData object. Part of the fix for #1718.
-
Nigel McNie authored
Add helper classes to checkbox inputs, to make them easier to access via javascript. Part of the fix for #1718. Also return the offset we are at, as the fix needs that information.
-
Nigel McNie authored
Added a helper object to work out what checkboxes have been chosen on each page of the artefact chooser. Fixes #1718. The fix involves using a helper object to remember what has been selected and what has been seen on each page. The helper munges hidden inputs around so that the correct data is sent back to the server, where 'correct' means the list of checkboxes checked on all pages that were visited, and the list of all checkboxes that were on visited pages. It's quite a lot of javascript to send back with each request, so could be broken out somehow into a separate file at a later date.
-
Nigel McNie authored
Given that the paginator object is created when the pagination is put onto the page, and destroyed when the pagination changes (i.e. when the user changes a page), a PaginationProxy class is used to collect observers, and the pagination class sends events to it. Currently the only event fired is when the page changes. This is used by the artefact chooser when working out what checkboxes are selected on previous pages.
-
- 04 Dec, 2007 13 commits
-
-
-
Nigel McNie authored
Translate the 'preview' string when viewing image artefacts. Made sure the internal artefact plugin has it's own copies of the necessary strings too.
-
-
Francois Marier authored
By default, it outputs: - list of copyright holders and authors - license type (e.g. GPL, MIT, BSD) - license version (e.g. 2+, 3+, 2) It can also display files without licensing information. This script is useful when performing a copyright audit or when looking to change/upgrade the license.
-
Nigel McNie authored
Fix up title/default strings for uploading profile icons, broken by removing the title string previously used for the files section.
-
-
Nigel McNie authored
-
Francois Marier authored
Check for the symlinks in the postinst, delete them in postrm. Depend on mahara >= 0.9.0~beta1
-
Francois Marier authored
-
Francois Marier authored
Signed-off-by: Andrew McMillan
-
-
Francois Marier authored
-
Francois Marier authored
-
- 03 Dec, 2007 13 commits
-
-
Nigel McNie authored
Also removed some strings from lang/en.utf8/mahara.php that shouldn't be there. A bit naughty given we're in beta.
-
-
Nigel McNie authored
-
-
Francois Marier authored
-
Francois Marier authored
-
Nigel McNie authored
The workaround is annoying. I hate IE. Konqueror can have a little hate too. There you go, little konqueror.
-
Nigel McNie authored
-
-
Nigel McNie authored
-
Francois Marier authored
-
Nigel McNie authored
-
Nigel McNie authored
It's still not great, but at least it's no longer "a bug in the system". Instead reindexing says when it failed and suggests to check the error log.
-