- 17 Aug, 2007 21 commits
-
-
Nigel McNie authored
Fixed an old bug where going back to step three then forward to step for when creating a view would cause a bogus ACL entry to appear.
-
Nigel McNie authored
Removed buttons to take you to different profile pages. They're not needed now the new menu structure is in place.
-
Nigel McNie authored
-
Nigel McNie authored
This reverts commit 38dee2fe72f11d7d6d3d3a11331ba29d66130385.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
This reverts commit 14ccdac1cc1b4976d64cbdd8eb7dd3af2d72f68d.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Added a close button to the right of each help box. As clicking anywhere closes the help, this is only a visual metaphor. Added 'click anywhere to close' functionality to IE6, it did not work previously due to a race condition with two event handlers.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Implemented postgres upgrade to rename the community stuff to group. Will do the MySQL one at the end
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Now, table names (and other identifiers that could be confused with SQL kewords), should be put into SQL like this: SELECT * FROM {artefact} The braces are matched and expanded by DML now to include the prefix and be properly quoted, which means that tables like 'view' and 'group' don't need renaming (and nor should they, there's little reason why we should rename tables to get around such constraints). This has removed a whole bunch of $prefix = ... and get_config('dbprefix') stuff, which makes things a little simpler yet again.
-
- 16 Aug, 2007 7 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Renaming communities to groups step 1: everywhere in the code. Filenames and database changes to come.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Upgrade to remove group tables from Mahara. They'll be back, as renamed community tables, but for now, farewell! *plays taps*
-
Nigel McNie authored
-
- 13 Aug, 2007 3 commits
-
-
Nigel McNie authored
-
Donal McMullan authored
-
Donal McMullan authored
-
- 12 Aug, 2007 2 commits
-
-
Donal McMullan authored
-
http://example.com//maharaDonal McMullan authored
-
- 09 Aug, 2007 3 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Don't try to add the message to the session if get_config doesn't exist (prevent boom on initial installation)
-
Nigel McNie authored
-
- 08 Aug, 2007 3 commits
-
-
Nigel McNie authored
-
-
Nigel McNie authored
-
- 07 Aug, 2007 1 commit
-
-
Donal McMullan authored
-