azz0r

"Put it where? You naughty boy"

Posts: 30,671

Reputation:

7th Aug 08, 8:52pm | Quote | Blogs | Profile | RSS Feed
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

Sticky

"Break it down, now."

Posts: 3,389

Reputation:

7th Aug 08, 8:52pm | Quote | Blogs | Profile | RSS Feed
Because Aaron won't actually say it until everyone's tried it, he added smooth scrolling for purposes of skimming posts on the way to the bottom.

Just the facts, ma'am.
XboxLIVE Gamertag: StickyModDB

azz0r

"Put it where? You naughty boy"

Posts: 30,671

Reputation:

7th Aug 08, 8:53pm | Quote | Blogs | Profile | RSS Feed
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

azz0r

"Put it where? You naughty boy"

Posts: 30,671

Reputation:

15th Aug 08, 9:31pm | Quote | Blogs | Profile | RSS Feed
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

azz0r

"Put it where? You naughty boy"

Posts: 30,671

Reputation:

16th Aug 08, 3:21pm | Quote | Blogs | Profile | RSS Feed
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

azz0r

"Put it where? You naughty boy"

Posts: 30,671

Reputation:

17th Aug 08, 7:41pm | Quote | Blogs | Profile | RSS Feed
Editing a post now has a button to cancel / full edit
Editing a post now has a textarea with the posts number of lines + 5

Sticky

"Break it down, now."

Posts: 3,389

Reputation:

18th Aug 08, 1:54am | Quote | Blogs | Profile | RSS Feed

azz0r

Editing a post now has a button to cancel / full edit
Editing a post now has a textarea with the posts number of lines + 5




Does that mean that you can only add five lines to your original post?
XboxLIVE Gamertag: StickyModDB

azz0r

"Put it where? You naughty boy"

Posts: 30,671

Reputation:

18th Aug 08, 7:58am | Quote | Blogs | Profile | RSS Feed
No, it means the textarea visible length is only 5 lines bigger than your existing post.

Sticky

"Break it down, now."

Posts: 3,389

Reputation:

18th Aug 08, 4:04pm | Quote | Blogs | Profile | RSS Feed
Okay. I was confused as to what you meant.
XboxLIVE Gamertag: StickyModDB

azz0r

"Put it where? You naughty boy"

Posts: 30,671

Reputation:

25th Aug 08, 7:03pm | Quote | Blogs | Profile | RSS Feed
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

azz0r

"Put it where? You naughty boy"

Posts: 30,671

Reputation:

26th Aug 08, 10:20pm | Quote | Blogs | Profile | RSS Feed
For MVC (26/08/08)
- Updated Icon class, icon controller, templates, now uses the Manage_File class
- Smile class spaced and updated

azz0r

"Put it where? You naughty boy"

Posts: 30,671

Reputation:

28th Aug 08, 3:28pm | Quote | Blogs | Profile | RSS Feed
Updated admin area, me likey
Renamed Question and Answers to Help.

Statistics page coming soon