|
1.61 (+2 -2 lines) |
04/15/2008 03:23 PM |
Chuck Hagenbuch chuck |
View naming - .html.php, some flattening of directories |
|
1.60 (+2 -2 lines) |
01/05/2008 06:37 AM |
Duck duck |
- Do not silence define().
- Get the cache prefix entry only once |
|
1.59 (+2 -2 lines) |
01/02/2008 06:11 AM |
Jan Schneider jan |
Happy New Year |
|
1.52.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.58 (+2 -1 lines) |
12/22/2007 05:55 AM |
Duck duck |
Threads from other scopes should link back to original scope not to agora. Use commentCallback to try to retreive the data link.
Add rss links to templates.
More template clean ups |
|
1.57 (+3 -1 lines) |
11/26/2007 12:20 AM |
Michael Rubinsky mrubinsk |
Rest of the fixes for improper Horde_Loader usage.
Fairly certain this is all of them for Agora.
Duck, there are still loads of them in the incubator apps. |
|
1.56 (+1 -4 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.55 (+2 -2 lines) |
09/24/2007 09:04 AM |
Duck duck |
We already know the number of threads, so do not re-count them |
|
1.54 (+11 -12 lines) |
09/23/2007 05:53 AM |
Duck duck |
Replace Horde_Template with Horde_View |
|
1.53 (+3 -3 lines) |
09/23/2007 05:16 AM |
Duck duck |
Replace deprecated is_a with instanceof |
|
1.52 (+2 -2 lines) |
02/04/2007 11:37 AM |
Duck duck |
Add message_modifystamp to track when a message was last edited or a thread replied. Fixes sorting by the last message. Tags: FRAMEWORK_3 |
|
1.51 (+2 -2 lines) |
01/20/2007 01:19 PM |
Duck duck |
Track view of on a thread level not on the message level and show views count in the threads list. |
|
1.50 (+1 -2 lines) |
01/15/2007 02:00 AM |
Duck duck |
Add links to sub-pages to threads list in flat view |
|
1.49 (+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.48 (+2 -2 lines) |
01/02/2007 07:46 AM |
Jan Schneider jan |
Happy New Year |
|
1.47 (+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.46 (+3 -3 lines) |
12/30/2006 03:24 PM |
Jan Schneider jan |
Standardize copyright wrapping and spacing. |
|
1.45 (+2 -2 lines) |
12/21/2006 06:04 AM |
Duck duck |
Mark moderators at in thread view.
Use a central function to format body. |
|
1.44 (+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.43 (+4 -4 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.42 (+2 -2 lines) |
10/29/2006 01:16 PM |
Chuck Hagenbuch chuck |
"Message and flat view had nearly the same functionality. The only difference
was that the flat view shows bodies, and flat view didn't allow the to
directly post a replay. I combined the two to not have a code duplication,
and allow posting a replay directly in flat view. The thread_view_bodies
preference is extended to allow not just thread or flat view, but event flat
view with indents.
Other changes:
- Produce a query less by allowing replyMessage() to accept an message array
already retrieved in thread view.
- add pager in thread view
- add pref option to sort threads by number of posts
- allow to post a message directly even from flat view
- Fix sql syntax in agora_forum::search()
- Fix page titles in message view
- Don't even load identities if avantars are disabled in message view"
Submitted by: Duck <duck@obala.net> |
|
1.41 (+3 -3 lines) |
10/28/2006 11:47 AM |
Chuck Hagenbuch chuck |
SQL updates:
- Optimize DB usage by not retrieving message body from db if thread_view_bodes is false.
- Fix countThreads(). Was counting all messages not just thread roots.
- Remove not used Agora::getFroumId()
- Fix thread selection.
- Small php doc fixes.
Submitted by: Duck <duck@obala.net> |
|
1.40 (+2 -2 lines) |
10/26/2006 01:46 PM |
Chuck Hagenbuch chuck |
sorting by the wrong column causes an error |
|
1.39 (+10 -8 lines) |
10/26/2006 01:10 PM |
Chuck Hagenbuch chuck |
[cjh] Migrate from DataTree to local SQL usage (Duck <duck@obala.net>). |
|
1.38 (+2 -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.37 (+4 -4 lines) |
06/15/2006 06:44 PM |
Chuck Hagenbuch chuck |
unnecessary & |
|
1.36 (+4 -6 lines) |
05/16/2006 05:52 AM |
Jan Schneider jan |
Lots of fixes to make managing application comments working again. This whole app needs to be cleaned up one day. |
|
1.35 (+2 -2 lines) |
01/01/2006 04:09 PM |
Jan Schneider jan |
Happy new year\! |
|
1.34 (+2 -2 lines) |
09/23/2005 08:20 AM |
Jan Schneider jan |
Fix gettext. |
|
1.33 (+7 -2 lines) |
09/23/2005 06:27 AM |
Jan Schneider jan |
Allow to manage forums and messages added throught the comments API. |
|
1.32 (+3 -4 lines) |
03/06/2005 05:05 PM |
Chuck Hagenbuch chuck |
[cjh] Use DataTree::sortByAttributes() to do more sorting in the database
and avoid loading excess objects (Duck <duck@obala.net>). |
|
1.31 (+3 -3 lines) |
03/05/2005 09:15 PM |
Chuck Hagenbuch chuck |
"Messages.diff add the sotrage of the information abount last posted message in
the thread root message.
The thread patch displas the threads lists like in screenshots. The thread
name links to the first message, and the date of the last post, to the last
message in the thread." - Duck <duck@obala.net>
Also some html cleanup, try to make the links consistent between
views, and various other tweaks/fixes/cleanup. |
|
1.30 (+1 -1 lines) |
01/03/2005 09:34 AM |
Jan Schneider jan |
Happy New Year |
|
1.29 (+2 -2 lines) |
11/03/2004 10:24 PM |
Chuck Hagenbuch chuck |
Use the <ul> menu. |
|
1.28 (+2 -2 lines) |
10/18/2004 08:45 PM |
Chuck Hagenbuch chuck |
Registry::getParam() -> Registry::get(). |
|
1.27 (+3 -3 lines) |
10/15/2004 07:05 AM |
Jan Schneider jan |
Get rid off Text::toHTML(). |
|
1.26 (+2 -2 lines) |
09/01/2004 09:48 AM |
Jan Schneider jan |
Makes no sense to allow threaded views where we only show the first message of a thread. |
|
1.25 (+18 -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.24 (+2 -2 lines) |
04/07/2004 10:43 AM |
Chuck Hagenbuch chuck |
No more HORDE_LIBS. |
|
1.23 (+2 -2 lines) |
03/03/2004 04:55 AM |
mdjukic |
fix notification |
|
1.22 (+2 -2 lines) |
01/17/2004 05:57 PM |
Jan Schneider jan |
All footers look the same, so why not use only one. |
|
1.21 (+2 -2 lines) |
01/01/2004 10:13 AM |
Jan Schneider jan |
Happy new year everyone. |
|
1.20 (+2 -2 lines) |
12/12/2003 07:10 PM |
Michael M Slusarz slusarz |
Moved Horde_Text to framework. |
|
1.19 (+2 -6 lines) |
11/24/2003 05:08 PM |
Chuck Hagenbuch chuck |
Consistenly allow someone with 'agora:admin' permissions to administer Agora. |
|
1.18 (+3 -3 lines) |
09/16/2003 07:03 PM |
Jan Schneider jan |
Use the new Util:: class. |
|
1.17 (+3 -3 lines) |
09/09/2003 10:22 AM |
Chuck Hagenbuch chuck |
fix column headers |
|
1.16 (+3 -4 lines) |
09/09/2003 07:59 AM |
mdjukic |
Use only one menu setup... do html only in templates. |
|
1.15 (+3 -3 lines) |
07/17/2003 02:11 PM |
mdjukic |
use agora id |
|
1.14 (+3 -3 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.13 (+14 -11 lines) |
07/10/2003 03:24 PM |
Chuck Hagenbuch chuck |
Error checking. |
|
1.12 (+12 -38 lines) |
07/10/2003 12:51 PM |
Chuck Hagenbuch chuck |
More cleanup; don't set template vars that aren't needed/used; don't inline
in the threads block, either. |
|
1.11 (+4 -2 lines) |
07/10/2003 11:24 AM |
Chuck Hagenbuch chuck |
Page titles. |
|
1.10 (+27 -28 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.9 (+2 -8 lines) |
07/09/2003 07:17 PM |
mdjukic |
move the alternating colours setup to the lib |
|
1.8 (+3 -3 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.7 (+27 -17 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.6 (+7 -3 lines) |
07/09/2003 10:07 AM |
mdjukic |
- clean up sort/display of threads in threads view
- standardise var naming |
|
1.5 (+4 -8 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.4 (+23 -1 lines) |
07/07/2003 04:45 PM |
mdjukic |
sorting, comments |
|
1.3 (+2 -2 lines) |
07/06/2003 02:15 PM |
Chuck Hagenbuch chuck |
Start cleaning up and fixing some functionality; remove unused config
settings. Hope I'm not stepping on anything here. |
|
1.2 (+3 -2 lines) |
06/13/2003 10:25 AM |
mdjukic |
fix thread viewing and message posting |
|
1.1 |
06/09/2003 11:05 AM |
mdjukic |
clean up the code, split the handling of threads into a different file |