- 05 Feb, 2008 1 commit
-
-
Clare Lenihan authored
-
- 29 Jan, 2008 1 commit
-
-
Richard Mansfield authored
Hack to avoid sending multiple watchlist notifications on the same view (doesn't really fix bug 1879)
-
- 28 Jan, 2008 1 commit
-
-
Richard Mansfield authored
-
- 27 Jan, 2008 1 commit
-
-
Richard Mansfield authored
-
- 25 Jan, 2008 2 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 14 Jan, 2008 1 commit
-
-
Clare Lenihan authored
-
- 09 Jan, 2008 2 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 08 Jan, 2008 3 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Nigel McNie authored
Change paths that were referring to view/view.php?id=..&artefact=.. to instead point to view/artefact.php?artefact=..&view=.. This is related to the viewartefactsplit branch. Now the existing code actually uses the new artefact.php script.
-
- 13 Dec, 2007 2 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 10 Dec, 2007 1 commit
-
-
Nigel McNie authored
-
- 06 Dec, 2007 3 commits
-
-
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.
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 04 Dec, 2007 2 commits
-
-
Clare Lenihan authored
-
Francois Marier authored
Signed-off-by: Andrew McMillan
-
- 21 Nov, 2007 1 commit
-
-
Penny Leach authored
-
- 20 Nov, 2007 1 commit
-
-
Penny Leach authored
-
- 16 Nov, 2007 1 commit
-
-
Penny Leach authored
giant refactor of activity to pave the way for plugins to have their own activity types. preliminary testing fine. needs more testing & some more changes but I think we're about back to where we were before I started hacking (with nice oo added)
-
- 14 Nov, 2007 1 commit
-
-
Penny Leach authored
Changed all requires. Also removed not used json/renderartefact.php
-
- 29 Oct, 2007 1 commit
-
-
Nigel McNie authored
Renamed the 'view' parameter for view/view.php to be 'id'. 'view' will continue to work for a while. view/blocks.php uses id, and id is used for other objects in the system, so it doesn't make much sense for this one to remain this way.
-
- 21 Aug, 2007 1 commit
-
-
Nigel McNie authored
-
- 17 Aug, 2007 1 commit
-
-
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
-
- 04 Aug, 2007 1 commit
-
-
Nigel McNie authored
Renamed a language string to prevent confusion with another string named the same, but that has a different translation
-
- 30 Jul, 2007 2 commits
-
-
Nigel McNie authored
Wrong branch... This reverts commit 21fedcd0.
-
Nigel McNie authored
-
- 14 Jul, 2007 1 commit
-
-
Penny Leach authored
-
- 06 Jul, 2007 1 commit
-
-
Penny Leach authored
-
- 19 Apr, 2007 1 commit
-
-
Penny Leach authored
access notifications
-
- 07 Feb, 2007 1 commit
-
-
Penny Leach authored
in a try/catch (eg in case email fails) and if it does fail, internal messages don't get marked as read) from stable
-
- 05 Feb, 2007 3 commits
-
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
- 02 Feb, 2007 1 commit
-
-
Penny Leach authored
-