- 10 Dec, 2007 12 commits
-
-
Nigel McNie authored
Force auto_increment to restart from 1 after inserting the root user, which makes sure the admin user gets ID 1.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
It used to be index.html, but selenium likes it named TestSuite.html
-
Nigel McNie authored
-
Nigel McNie authored
* An 'install mahara' test that was duplicated in the shared directory * The index.html file. By default, the new file generated is TestRunner.html, which is what selenium expects
-
Nigel McNie authored
-
Nigel McNie authored
Views has changed a lot. Changed the test so it creates a simple view. Not sure how to test making blockinstances tho.
-
Nigel McNie authored
-
Nigel McNie authored
Add a couple of random clicks in an attempt to onblur() the email element, which should help make the next test pass.
-
Nigel McNie authored
Make the output filename customisable, and change it to default to TestSuite.html. Removed some junk lines too.
-
- 09 Dec, 2007 1 commit
-
-
Nigel McNie authored
Tidied up the microheader template to more closely match the standard header template, which fixes the language translation bug #1764.
-
- 08 Dec, 2007 10 commits
-
-
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
-
- 07 Dec, 2007 7 commits
-
-
-
Richard Mansfield authored
-
-
Nigel McNie authored
Part two of the patch to fix bug #1756. Removes the old template files and variable declaration for template directory in searchlib.
-
Nigel McNie authored
Make admin users/staff users scripts show all users rather than just users that would be returned by standard search. Fxies #1756. This is actually quite a large patch, which does the following: * adds a db_ilike() method, which returns the correct keyword (LIKE or ILIKE) to do case insensitive searching. * Switches the templates used for the admin user search for strings, rather than using files. This prevents problems when the theme is not the default and the templates are not there. * Implements admin_search_user in the internal search plugin for MySQL as well as postgres, without needing two separate methods since the query works on both. * Make the userlist element use the new json/adminusersearch.php script, which performs an admin user search. One happy upside is that the admin user search screen now works in MySQL.
-
-
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 6 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.
-