- 17 Aug, 2007 15 commits
-
-
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 7 commits
-
-
Donal McMullan authored
-
Nigel McNie authored
-
-
Nigel McNie authored
The blog security fixes were _too_ secure - you couldn't post any new blogs or posts at all\! Fixed now
-
Donal McMullan authored
-
Nigel McNie authored
-
Nigel McNie authored
Removed defaults from some fields that don't need them. Corrected whitespace at the end of the field declarations.
-