Naming Changes
template/blogs = template/blog
template/groups = template/group
search = forum_search
Image class = Manage_File
errorTop.tpl = error-list.tpl
Added
gallery
gallery_image
image
gallery_blog
Changes
forum controllers to be strictly: post, thread, category, forum_search
general controllers to be: blog, group, calendar, qna, online_users
user controllers to be: account, account_retrieval, profile, subscriptions, messages, user_list
31st/July/2008
mini-thread-row added, no reply+threadstarter+views columns
Blogs can now be assigned to Groups.
Name tweaks.
Blog url tweaks
template/blogs = template/blog
template/groups = template/group
search = forum_search
Image class = Manage_File
errorTop.tpl = error-list.tpl
Added
gallery
gallery_image
image
gallery_blog
Changes
forum controllers to be strictly: post, thread, category, forum_search
general controllers to be: blog, group, calendar, qna, online_users
user controllers to be: account, account_retrieval, profile, subscriptions, messages, user_list
31st/July/2008
mini-thread-row added, no reply+threadstarter+views columns
Blogs can now be assigned to Groups.
Name tweaks.
Blog url tweaks
I've also switched from the mootools javascript framework to jQuery.
I've spent the day rewriting things, still got sorting+thread/user moderation todo yet.
MVC2 just got set a 3 week deadline so I've gotta get shed ties from Wuggawoo as other coders will be modifying things I can't keep track off. So as of tomorrow the big feature hunt finishes for Wuggawoo.
Not that any bugger uses friends/blogs/groups/events.
(for my own use below).
Mootools into mootools (not moo-next)
jquery js files added
post.tpl.php updated
view_thread.tpl.php updated
Reputation_Post.class.php updated
post.inc.php updated
main index.php updated (new headers)
moderate_user.tpl.php updated
moderate/user.inc.php updated
.htaccess updated
controller/user/moderate_user.php added
controller/forum/moderate_thread.php added
I've spent the day rewriting things, still got sorting+thread/user moderation todo yet.
MVC2 just got set a 3 week deadline so I've gotta get shed ties from Wuggawoo as other coders will be modifying things I can't keep track off. So as of tomorrow the big feature hunt finishes for Wuggawoo.
Not that any bugger uses friends/blogs/groups/events.
(for my own use below).
Mootools into mootools (not moo-next)
jquery js files added
post.tpl.php updated
view_thread.tpl.php updated
Reputation_Post.class.php updated
post.inc.php updated
main index.php updated (new headers)
moderate_user.tpl.php updated
moderate/user.inc.php updated
.htaccess updated
controller/user/moderate_user.php added
controller/forum/moderate_thread.php added
updated account_detail.tpl.php (long input, re-ordered, php tag added, redone select="selected"
updated elements/account-bar (added subscriptions)
updated index.tpl.php (removed blog.css, put jquery-ui above jquery-admin)
updated jquery-script.js (added update poll, added more if statements)
updated style.css by moving blog.css into it, after the style.css code
deleted blog.css
updated poll.inc.php (added ajax_vote)
updated poll_options/poll classes
updated .htaccess (removed events/ added ajax_poll voting
updated poll templates
moved message.inc.php to user from general
updated elements/account-bar (added subscriptions)
updated index.tpl.php (removed blog.css, put jquery-ui above jquery-admin)
updated jquery-script.js (added update poll, added more if statements)
updated style.css by moving blog.css into it, after the style.css code
deleted blog.css
updated poll.inc.php (added ajax_vote)
updated poll_options/poll classes
updated .htaccess (removed events/ added ajax_poll voting
updated poll templates
moved message.inc.php to user from general
Added Poll results now have a fade in, fade out effect (jquery-script.js)
Added users/online, users/newest, users/lastseen + templates for each
Updated user.inc.php
Updated .htaccess
Updated User.class.php (added LoadAllByType)
Updated: jquery-script.js, controller/user/user.inc, .htaccess, class/User.class.php
Added : view_users_lastseen.tpl, view_users_newest.tpl, view_users_online.tpl
Added users/online, users/newest, users/lastseen + templates for each
Updated user.inc.php
Updated .htaccess
Updated User.class.php (added LoadAllByType)
Updated: jquery-script.js, controller/user/user.inc, .htaccess, class/User.class.php
Added : view_users_lastseen.tpl, view_users_newest.tpl, view_users_online.tpl
class: Online is now only method only (construct) and checks you in there and then, which leads to...
class added: Online_Details, used by User::LoadAllByType(Online), to load online users
Online::ShowOnlineUsers is now Online::CountRows(Site_Name);
Online fields updated to correct terms, added Site_Name
babymatchmaker.co.uk started
_PROJECT vars removed, un-neccessary.
controller fetching moved to its own file
class added: Online_Details, used by User::LoadAllByType(Online), to load online users
Online::ShowOnlineUsers is now Online::CountRows(Site_Name);
Online fields updated to correct terms, added Site_Name
babymatchmaker.co.uk started
_PROJECT vars removed, un-neccessary.
controller fetching moved to its own file

