[cvs] commit: agora deleteforum.php editforum.php forums.php moderate.php search.php threads.php agora/config prefs.php.dist agora/lib Agora.php Forums.php Messages.php api.php base.php agora/lib/Block forums.php thread.php threads.php agora/lib/Forms ...
Duck
duck at obala.net
Sat Dec 16 07:26:13 PST 2006
duck 2006-12-16 07:26:13 PST
Modified files:
. deleteforum.php editforum.php forums.php
moderate.php search.php threads.php
config prefs.php.dist
lib Agora.php Messages.php api.php base.php
lib/Block forums.php thread.php threads.php
lib/Forms Search.php
locale/sl_SI/LC_MESSAGES agora.mo
messages delete.php edit.php index.php merge.php
move.php split.php
po agora.pot sl_SI.po
scripts phorum2agora.php
scripts/upgrades 2006-10-28_update_counts.php
templates/block forums.html
templates/forums forums.html
templates/messages edit.html form.html message.html
templates/moderate moderate.html
templates/search search.html
templates/threads threads.html
Removed files:
lib Forums.php
Log:
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.
Revision Changes Path
1.27 +4 -4 agora/config/prefs.php.dist
1.31 +3 -4 agora/deleteforum.php
1.34 +2 -3 agora/editforum.php
1.50 +4 -5 agora/forums.php
1.96 +5 -7 agora/lib/Agora.php
1.96 +0 -647 agora/lib/Attic/Forums.php (dead)
1.32 +5 -6 agora/lib/Block/forums.php
1.22 +9 -28 agora/lib/Block/thread.php
1.55 +5 -4 agora/lib/Block/threads.php
1.3 +4 -5 agora/lib/Forms/Search.php
1.197 +544 -181 agora/lib/Messages.php
1.74 +15 -30 agora/lib/api.php
1.43 +2 -1 agora/lib/base.php
1.12 +26 -25 agora/locale/sl_SI/LC_MESSAGES/agora.mo
1.41 +25 -46 agora/messages/delete.php
1.67 +8 -14 agora/messages/edit.php
1.30 +11 -10 agora/messages/index.php
1.4 +2 -2 agora/messages/merge.php
1.4 +3 -3 agora/messages/move.php
1.3 +2 -2 agora/messages/split.php
1.11 +4 -6 agora/moderate.php
1.51 +130 -138 agora/po/agora.pot
1.13 +130 -138 agora/po/sl_SI.po
1.6 +2 -3 agora/scripts/phorum2agora.php
1.5 +2 -3 agora/scripts/upgrades/2006-10-28_update_counts.php
1.5 +15 -26 agora/search.php
1.19 +11 -11 agora/templates/block/forums.html
1.30 +9 -9 agora/templates/forums/forums.html
1.15 +4 -4 agora/templates/messages/edit.html
1.13 +9 -6 agora/templates/messages/form.html
1.40 +4 -4 agora/templates/messages/message.html
1.8 +4 -4 agora/templates/moderate/moderate.html
1.4 +2 -2 agora/templates/search/search.html
1.35 +6 -6 agora/templates/threads/threads.html
1.43 +4 -4 agora/threads.php
Chora Links:
http://cvs.horde.org/diff.php/agora/config/prefs.php.dist?r1=1.26&r2=1.27&ty=u
http://cvs.horde.org/diff.php/agora/deleteforum.php?r1=1.30&r2=1.31&ty=u
http://cvs.horde.org/diff.php/agora/editforum.php?r1=1.33&r2=1.34&ty=u
http://cvs.horde.org/diff.php/agora/forums.php?r1=1.49&r2=1.50&ty=u
http://cvs.horde.org/diff.php/agora/lib/Agora.php?r1=1.95&r2=1.96&ty=u
http://cvs.horde.org/co.php/agora/lib/Attic/Forums.php?r=1.95
http://cvs.horde.org/diff.php/agora/lib/Block/forums.php?r1=1.31&r2=1.32&ty=u
http://cvs.horde.org/diff.php/agora/lib/Block/thread.php?r1=1.21&r2=1.22&ty=u
http://cvs.horde.org/diff.php/agora/lib/Block/threads.php?r1=1.54&r2=1.55&ty=u
http://cvs.horde.org/diff.php/agora/lib/Forms/Search.php?r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/diff.php/agora/lib/Messages.php?r1=1.196&r2=1.197&ty=u
http://cvs.horde.org/diff.php/agora/lib/api.php?r1=1.73&r2=1.74&ty=u
http://cvs.horde.org/diff.php/agora/lib/base.php?r1=1.42&r2=1.43&ty=u
http://cvs.horde.org/diff.php/agora/locale/sl_SI/LC_MESSAGES/agora.mo?r1=1.11&r2=1.12&ty=u
http://cvs.horde.org/diff.php/agora/messages/delete.php?r1=1.40&r2=1.41&ty=u
http://cvs.horde.org/diff.php/agora/messages/edit.php?r1=1.66&r2=1.67&ty=u
http://cvs.horde.org/diff.php/agora/messages/index.php?r1=1.29&r2=1.30&ty=u
http://cvs.horde.org/diff.php/agora/messages/merge.php?r1=1.3&r2=1.4&ty=u
http://cvs.horde.org/diff.php/agora/messages/move.php?r1=1.3&r2=1.4&ty=u
http://cvs.horde.org/diff.php/agora/messages/split.php?r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/diff.php/agora/moderate.php?r1=1.10&r2=1.11&ty=u
http://cvs.horde.org/diff.php/agora/po/agora.pot?r1=1.50&r2=1.51&ty=u
http://cvs.horde.org/diff.php/agora/po/sl_SI.po?r1=1.12&r2=1.13&ty=u
http://cvs.horde.org/diff.php/agora/scripts/phorum2agora.php?r1=1.5&r2=1.6&ty=u
http://cvs.horde.org/diff.php/agora/scripts/upgrades/2006-10-28_update_counts.php?r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/diff.php/agora/search.php?r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/diff.php/agora/templates/block/forums.html?r1=1.18&r2=1.19&ty=u
http://cvs.horde.org/diff.php/agora/templates/forums/forums.html?r1=1.29&r2=1.30&ty=u
http://cvs.horde.org/diff.php/agora/templates/messages/edit.html?r1=1.14&r2=1.15&ty=u
http://cvs.horde.org/diff.php/agora/templates/messages/form.html?r1=1.12&r2=1.13&ty=u
http://cvs.horde.org/diff.php/agora/templates/messages/message.html?r1=1.39&r2=1.40&ty=u
http://cvs.horde.org/diff.php/agora/templates/moderate/moderate.html?r1=1.7&r2=1.8&ty=u
http://cvs.horde.org/diff.php/agora/templates/search/search.html?r1=1.3&r2=1.4&ty=u
http://cvs.horde.org/diff.php/agora/templates/threads/threads.html?r1=1.34&r2=1.35&ty=u
http://cvs.horde.org/diff.php/agora/threads.php?r1=1.42&r2=1.43&ty=u
More information about the cvs
mailing list