|
1.58.2.2 FRAMEWORK_3 (+3 -2 lines) |
05/13/2008 08:40 AM |
Jan Schneider jan |
Fix variable name. |
|
1.67 (+2 -2 lines) |
04/15/2008 03:23 PM |
Chuck Hagenbuch chuck |
View naming - .html.php, some flattening of directories |
|
1.66 (+2 -2 lines) |
03/25/2008 03:04 PM |
Duck duck |
Fix calling app name |
|
1.65 (+2 -3 lines) |
01/15/2008 07:34 PM |
Michael Rubinsky mrubinsk |
AGORA_BASE is defined in base.php, so instead of checking/silencing, just
don't define it here. |
|
1.64 (+2 -2 lines) |
01/05/2008 06:37 AM |
Duck duck |
- Do not silence define().
- Get the cache prefix entry only once |
|
1.63 (+2 -2 lines) |
01/02/2008 06:11 AM |
Jan Schneider jan |
Happy New Year |
|
1.58.2.1 FRAMEWORK_3 (+2 -2 lines) |
01/01/2008 11:10 PM |
Chuck Hagenbuch chuck |
[cjh] Merge Horde_Template_Compiling to stable Agora branch as Agora_Template. |
|
1.62 (+2 -1 lines) |
11/25/2007 11:55 PM |
Michael Rubinsky mrubinsk |
First round of reverts to fix incorrect Horde_Loader usage. |
|
1.61 (+1 -3 lines) |
11/23/2007 03:38 PM |
Duck duck |
Move getForumId() into subclass to avoid scope check when we already know it.
As having autoload loaded, use it. |
|
1.60 (+9 -10 lines) |
09/23/2007 05:53 AM |
Duck duck |
Replace Horde_Template with Horde_View |
|
1.59 (+2 -2 lines) |
09/23/2007 05:16 AM |
Duck duck |
Replace deprecated is_a with instanceof |
|
1.58 (+6 -5 lines) |
06/09/2007 01:33 PM |
Duck duck |
Preserve the scope. Pager already renders a div. Tags: FRAMEWORK_3 |
|
1.57 (+2 -2 lines) |
01/11/2007 06:34 AM |
Duck duck |
Remove agora_template and use the new template code from framework directly.
Show use enum type if adding a moderator and the forums list is not too long. |
|
1.56 (+2 -2 lines) |
01/02/2007 07:46 AM |
Jan Schneider jan |
Happy New Year |
|
1.55 (+5 -3 lines) |
01/01/2007 07:40 PM |
Jan Schneider jan |
Assign copyright to The Horde Project for those copyright holders that already agreed to it. |
|
1.54 (+3 -3 lines) |
12/30/2006 03:24 PM |
Jan Schneider jan |
Standardize copyright wrapping and spacing. |
|
1.53 (+2 -4 lines) |
12/22/2006 05:06 AM |
Jan Schneider jan |
There's not much use of redirecting to forums.php if loading forums.php fails. |
|
1.52 (+2 -2 lines) |
12/21/2006 03:22 AM |
Duck duck |
Agora is a big loop. So use the new template code like in gollem, imp etc. |
|
1.51 (+3 -3 lines) |
12/20/2006 07:02 AM |
Duck duck |
Star working on morerators.
Add report as abuse action.
Display moderators under the description in forum list.
No need to check if messages exists since getMessage already does.
Standarize the error cheking in modearators actions scripts. |
|
1.50 (+4 -5 lines) |
12/16/2006 10:26 AM |
Duck duck |
Merged Agora_Forums to agora_Mesasges. For all my test seems to work even with comments in turba.
Move all forums sorting to sql.
Get all last messages in one SQL query instead of each counting.
Clean the mess with naming message_author/message_from. Now every where use message_author like is named the SQL column.
Search is performed by only one query. Instead of performing a query pear each search. I must still implement pagination and result sorting. |
|
1.49 (+2 -2 lines) |
12/13/2006 01:52 PM |
Duck duck |
Remove the DATATREE_ROOT usage.
The root form has ?0? parent id, like in the SQL structure. |
|
1.48 (+2 -2 lines) |
12/09/2006 03:36 PM |
Duck duck |
Bug #4757
vilius@lnk.lt |
|
1.47 (+8 -6 lines) |
11/20/2006 06:03 AM |
Duck duck |
Limit the number of selected forums directly in sql.
Clean delete forums and always pass scope information. |
|
1.46 (+10 -9 lines) |
11/19/2006 09:09 AM |
Duck duck |
Remove not used no_root parameter form getForums.
Don't list all forums scopes for admin, but show scope selection in the standard action menu to allow us future limitation of the number of selected forums directly in sql. |
|
1.45 (+3 -2 lines) |
10/31/2006 02:32 AM |
Duck duck |
- Set default number of attachment to ?0?, to not use null and follow data logic.
- Remove forum::exits() calls from. getForumID() as an DB call already returns null if the object doesn't exists so is really not needed to access the DB twice. |
|
1.44 (+6 -7 lines) |
10/26/2006 01:10 PM |
Chuck Hagenbuch chuck |
[cjh] Migrate from DataTree to local SQL usage (Duck <duck@obala.net>). |
|
1.43 (+4 -5 lines) |
08/09/2006 05:27 PM |
Chuck Hagenbuch chuck |
Tell the user about no forums or no threads like we do in other apps, instead
of with notifications. |
|
1.42 (+2 -2 lines) |
01/01/2006 04:09 PM |
Jan Schneider jan |
Happy new year\! |
|
1.41 (+2 -2 lines) |
09/23/2005 09:12 AM |
Jan Schneider jan |
Fix blocks and sorting by date. |
|
1.40 (+18 -3 lines) |
09/23/2005 06:27 AM |
Jan Schneider jan |
Allow to manage forums and messages added throught the comments API. |
|
1.39 (+1 -1 lines) |
01/03/2005 09:34 AM |
Jan Schneider jan |
Happy New Year |
|
1.38 (+2 -2 lines) |
12/07/2004 11:09 AM |
Chuck Hagenbuch chuck |
Instead of hardcoding '-1' in tons of places, use a new constant: DATATREE_ROOT. Much more readable, etc. At the same time, make this an int (-1) instead of the string value ('-1') which was inconsistent with all other datatree ids, buggy, etc. |
|
1.37 (+2 -2 lines) |
11/03/2004 10:24 PM |
Chuck Hagenbuch chuck |
Use the <ul> menu. |
|
1.36 (+2 -2 lines) |
10/18/2004 08:45 PM |
Chuck Hagenbuch chuck |
Registry::getParam() -> Registry::get(). |
|
1.35 (+2 -2 lines) |
08/29/2004 12:01 PM |
mdjukic |
there was a better way to do this |
|
1.34 (+17 -1 lines) |
08/20/2004 01:51 AM |
Michael M Slusarz slusarz |
[mms] Allow user to specify how many forums/threads to display in the
block view.
[mms] Added paging of forum and thread pages. |
|
1.33 (+2 -2 lines) |
08/14/2004 05:53 AM |
mdjukic |
- add better sorting of forum names in forum list view, either flat by specific forum name or as part of the tree
- start adding attachment handling for messages
- clean up some templates |
|
1.32 (+2 -2 lines) |
03/03/2004 04:55 AM |
mdjukic |
fix notification |
|
1.31 (+2 -2 lines) |
01/17/2004 05:57 PM |
Jan Schneider jan |
All footers look the same, so why not use only one. |
|
1.30 (+2 -2 lines) |
01/01/2004 10:13 AM |
Jan Schneider jan |
Happy new year everyone. |
|
1.29 (+1 -5 lines) |
11/24/2003 05:08 PM |
Chuck Hagenbuch chuck |
Consistenly allow someone with 'agora:admin' permissions to administer Agora. |
|
1.28 (+3 -3 lines) |
11/24/2003 03:09 PM |
Chuck Hagenbuch chuck |
Bunch of new graphics, set table widths, include forum descriptions on
the main forum list page. |
|
1.27 (+3 -3 lines) |
09/16/2003 07:03 PM |
Jan Schneider jan |
Use the new Util:: class. |
|
1.26 (+3 -4 lines) |
09/09/2003 07:59 AM |
mdjukic |
Use only one menu setup... do html only in templates. |
|
1.25 (+3 -4 lines) |
07/12/2003 06:48 PM |
mdjukic |
- add a new flag to getForums() to not include the root forum in the array.
- fix indentation of forums by calculating the base indent and removing the root indent as well in case of no root require. |
|
1.24 (+3 -2 lines) |
07/10/2003 11:30 PM |
Chuck Hagenbuch chuck |
- use shorter GET variables ('f' and 'm')
- tweak a few bits of display, use reply graphic |
|
1.23 (+11 -42 lines) |
07/10/2003 12:37 PM |
Chuck Hagenbuch chuck |
Various cleanups; don't do inlining of forums.php inside the forums block. |
|
1.22 (+4 -2 lines) |
07/10/2003 11:24 AM |
Chuck Hagenbuch chuck |
Page titles. |
|
1.21 (+15 -11 lines) |
07/10/2003 12:22 AM |
Chuck Hagenbuch chuck |
- add message deletion by admins
- clean up template objects a bit (not globaling in base.php should help)
- clean up blocks a bit |
|
1.20 (+16 -8 lines) |
07/09/2003 07:11 PM |
mdjukic |
commit this at least it gets the blocks working for forums listing, although this doesn't seem to be the right way to do things. |
|
1.19 (+9 -9 lines) |
07/09/2003 06:50 PM |
mdjukic |
- fix threads in a horde block
- use just the regular threads.php script with a bit of a tweak |
|
1.18 (+3 -3 lines) |
07/09/2003 12:07 AM |
Chuck Hagenbuch chuck |
Clean up sorting, store preferences, nuke session-based sort
variables, and sort thread list in message view. |
|
1.17 (+5 -2 lines) |
07/07/2003 10:19 PM |
Chuck Hagenbuch chuck |
clean up the forum and thread listings. |
|
1.16 (+2 -2 lines) |
07/07/2003 04:45 PM |
mdjukic |
sorting, comments |
|
1.15 (+22 -1 lines) |
07/07/2003 03:49 PM |
mdjukic |
updates, cleaning, sorting of columns |
|
1.14 (+2 -1 lines) |
06/16/2003 09:26 AM |
Chuck Hagenbuch chuck |
turn on parsing of gettext tags. (pete <pkarttun@siba.fi>) |
|
1.13 (+26 -58 lines) |
06/09/2003 10:35 AM |
mdjukic |
cleaned up code |
|
1.12 (+11 -8 lines) |
05/09/2003 12:11 PM |
Chuck Hagenbuch chuck |
- Add missing notify() calls.
- minor template cleanups. |
|
1.11 (+3 -3 lines) |
03/03/2003 02:10 PM |
Chuck Hagenbuch chuck |
Nuke a lot of constants.php files.
Specific Reason: constants should be defined in the application's base
class file UNLESS constants are needed in one of the configuration
files (the case for all those remaining). Only then should you break
things out to a seperate file (and even then, we may want to just
include the app's library file).
General Reason: Including files is *very* expensive. Short files are
pointless if we can avoid them; it's much cheaper to have slightly
longer files than multiple short ones (especially when we're going to
include all the short files anyways). |
|
1.10 (+14 -9 lines) |
01/14/2003 10:31 PM |
mdjukic |
starting some style changes/cleaning up, now use Horde_Form/Horde_Template |
|
1.9 (+2 -2 lines) |
01/14/2003 05:11 AM |
Jan Schneider jan |
Silenece warning |
|
1.8 (+7 -12 lines) |
01/13/2003 11:01 PM |
Chuck Hagenbuch chuck |
- add some placeholder graphics
- fix some paths/links in the menu stuff
- lots and lots of style cleanup
- fix a bunch of duplicate includes/defines/other work
- don't parse templates twice
- etc.
Lots of this still seems to be missing or not to work, and the
templates are kind of a mess - can we please get all of the .dist
files out of templates/ (config/templates is fine, though). |
|
1.7 (+3 -3 lines) |
01/13/2003 10:27 PM |
Chuck Hagenbuch chuck |
- fix call-time-pass-by-reference
- fix typo ($menufile instead of $this->menufile)
- fix class vars. |
|
1.6 (+7 -3 lines) |
01/13/2003 04:51 PM |
mdjukic |
Shuffle the variables around a bit, build up a more complete set of vars to be passed to the template, and use the new agora menu class to prepare the menu to be passed to the template. |
|
1.5 (+11 -6 lines) |
12/27/2002 09:47 AM |
mdjukic |
lots of fixes and cleans, thread view within a message works (changed the table column type) expanded the variables in the forums and messagelist templates, counts the number of posts in a forum and shows the last message submitted to a forum |
|
1.4 (+5 -3 lines) |
12/09/2002 04:16 AM |
mdjukic |
shifted structure around, added moderated fields/functions |
|
1.3 (+3 -1 lines) |
12/08/2002 05:02 AM |
mdjukic |
some shuffling around of agora, still a bit broken |
|
1.2 (+1 -11 lines) |
12/05/2002 07:29 AM |
mdjukic |
slight clean |
|
1.1 |
12/05/2002 02:44 AM |
mdjukic |
changing file structure |