- 30 Oct, 2007 1 commit
-
-
Penny Leach authored
-
- 24 Oct, 2007 1 commit
-
-
Nigel McNie authored
-
- 23 Oct, 2007 1 commit
-
-
Nigel McNie authored
Be more explicit about our checking for database types. This prevents random fatal errors if the appropriate database extension isn't installed, because ADODB isn't smart enough to test for this itself. Also deprecate the 'mysql' database type, in favour of 'mysql5'. This brings it into alignment with the 'postgres8' type. The 'mysql' type will issue a log_environ error in 1.0 and crash in 1.1.
-
- 16 Oct, 2007 7 commits
-
-
Nigel McNie authored
-
Penny Leach authored
-
Penny Leach authored
Fixed up some of the admin/extensions/plugins.php stuff to do with artefacts & blocktypes and their interdependencies. (there's still a todo in there but it's cosmetic).
-
Penny Leach authored
moved all the STATEMENTs out of install.xml into postinst, split postinst into two - right after core data & right at the end
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
- 09 Sep, 2007 1 commit
-
-
Nigel McNie authored
Fixed bug #712 - now 'site default' is allowed as a language setting for people. Newly registered users have this default, so if the site language is something else, they will be using that by default.
-
- 21 Aug, 2007 1 commit
-
-
Nigel McNie authored
Add a bit better logging when loading config fails. Can help if you're not sure why your database is not being used, but was connected to correctly
-
- 17 Aug, 2007 3 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Only check the session key if the user is logged in, otherwise it becomes impossible to submit the login form when the session key is invalid (required for some future changes)
-
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 2 commits
-
-
Nigel McNie authored
Renaming communities to groups step 1: everywhere in the code. Filenames and database changes to come.
-
Nigel McNie authored
-
- 06 Aug, 2007 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Ignore files in the theme/ directory, only look through directories. Make sure to throw a proper exception if a problem occurs getting the theme list also.
-
- 05 Aug, 2007 1 commit
-
-
Nigel McNie authored
Bugfix: take the user's language into account when setting the language of tinymce/calendar/pieforms stuff
-
- 01 Aug, 2007 1 commit
-
-
Nigel McNie authored
Fix to have pieforms use the language the site is using. Added german translation of expiry element (thanks to Heinz)
-
- 30 Jul, 2007 2 commits
-
-
Nigel McNie authored
Wrong branch... This reverts commit 21fedcd0.
-
Nigel McNie authored
-
- 27 Jul, 2007 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Allow the calendar to be multi-language. Fixed problem with german language file causing the calender to explode
-
- 25 Jul, 2007 1 commit
-
-
Nigel McNie authored
-
- 15 Jul, 2007 1 commit
-
-
Nigel McNie authored
-
- 30 Jun, 2007 1 commit
-
-
Donal McMullan authored
-
- 04 Jun, 2007 1 commit
-
-
Donal McMullan authored
required
-
- 20 May, 2007 1 commit
-
-
Penny Leach authored
-
- 10 May, 2007 2 commits
-
-
Donal McMullan authored
-
Donal McMullan authored
-
- 01 May, 2007 1 commit
-
-
Nigel McNie authored
aesthetic
-
- 19 Apr, 2007 1 commit
-
-
Penny Leach authored
flag or not)
-
- 15 Apr, 2007 1 commit
-
-
Penny Leach authored
-
- 13 Apr, 2007 1 commit
-
-
Penny Leach authored
constants - SECTION_PLUGINTYPE, SECTION_PLUGINNAME, SECTION_PAGE - which are used to build up the page help thing instead of trying to parse the url. I have only added these constants to pages that had page help, it would be a good idea to add checks for them to file_content_check and definitely add them in when they're missing
-
- 12 Apr, 2007 1 commit
-
-
Nigel McNie authored
in case someone wants them back
-
- 10 Apr, 2007 1 commit
-
-
Penny Leach authored
to fetch a not specified string from if the date is null
-
- 03 Apr, 2007 2 commits
-
-
Penny Leach authored
-
Penny Leach authored
in perf
-