- 21 Oct, 2008 6 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Penny Leach authored
this needs a stylesheet change but is coming up in the dom. can also be used for when you upload a new file, I guess
-
Penny Leach authored
they generate activity
-
Penny Leach authored
so we can bounce the user back over mnet with a better url
-
- 20 Oct, 2008 4 commits
-
-
Nigel McNie authored
Makes it more obvious that you always have access to your views.
-
Nigel McNie authored
the forums. Related to 7084335d06491cf0a028f45315838d56e4c8f4f8 on 1.0_STABLE but reworked as the profileicon artefact is now handled by 'file'.
-
Nigel McNie authored
-
Richard Mansfield authored
-
- 19 Oct, 2008 1 commit
-
-
Richard Mansfield authored
-
- 16 Oct, 2008 7 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
git+ssh://git.mahara.org/git/maharaRichard Mansfield authored
Conflicts: htdocs/lib/db/upgrade.php htdocs/lib/version.php
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 15 Oct, 2008 12 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Red background means that links shouldn't be green. Red/green colour blindness is common etc. etc...
-
Nigel McNie authored
created. This function is now designed to be called just once - on installation and on upgrade - rather than every time a user needs a new profile view.
-
Nigel McNie authored
This takes the load off the upgrade process, and removes the need for a user creation event to create them. The cost is that the first time the user profile page is visited, the view is copied. But the process is pretty quick for just one view.
-
Nigel McNie authored
The process of copying profile views takes ages. Furthermore, the View class appears to have some memory leaks that mean the upgrade soon runs out of memory (tested on a ~2000 user site, the 64M limit is reached reasonably soon). After this, the upgrade finishes in a few seconds, rather than waiting over a minute before dying (on test site).
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
message when inviting users to groups.
-
Nigel McNie authored
Side effect of the performance work done previously.
-
Richard Mansfield authored
-
- 14 Oct, 2008 5 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 13 Oct, 2008 5 commits
-
-
Nigel McNie authored
I'm not sure if this is the right place to include the lib but it works.
-
Nigel McNie authored
being installed. Previously, we checked for table_exists, but that means we need DDL which is very heavy. Now we check by catching the exception and ignoring it if the system isn't installed.
-
Nigel McNie authored
-
Nigel McNie authored
Now no longer counts SET NAMES 'utf8' as a write. This means most pages show as doing no writes, which is correct. 0 writes showed up as blank in the footer, so tweaked the code appropriately.
-
Nigel McNie authored
This ensures the db type is set correctly for adodb when it goes looking for a driver. It used to work fine, until we stopped including ddl on every page.
-