History | View | Annotate | Download (63.9 kB)
This commit was manufactured by cvs2svn to create tag 'milestone_3'.
fix tiny bug. ;)
- session changes
- add ability to limit search to groups
- log removing posts- fix queue saving if package size is 0- user memberships (not used atm)
- some fixes here and there
- added updated coding guidelines- introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users- changed bot code to act on useragent || ip
- Documentation related changes- added resend activation email dialog- fixed issue in session code- log failed/successful admin re-authentication/login- fixed simple forum dropdown box (used in mcp and posting)
- first try to break things...
fix last_post_information for moderated topics
- fix serious bug (not updating topic/post count), i do not know why this slipped through and no one noticed... :) Maybe only i, lately i was performing very badly, had a few flaws, need to update myself to a stable version...
- change registration page language on-the-fly- added download function to functions_compress as well as tiny bugfixes- added local_name and author to iso.txt file
- bugfixes- default sort options for posts too- adjusted format_date to remove the (time intensive) preg_ calls- temporary style.php code.
- do not add post to queue (if moderated forum) if posting user is able to approve posts.
- bugfixes- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!)
- fix attachment mod errors- make upload path consistent with all other 2.2 path settings- fix "post title wrong after split" bug
fix subject bug
- search updates
- fixing ongoing "topic/post icons bug"
- more updates, mostly bugfixes to the bbcode parser- changed current_user in sessions (please review)- give more flexibility to style authors in regard to the pagination elements- profile fields updates (included a sample constuct into viewtopic_body.html - have to be documented extensivly)...
- re-enable polls (user is now able to decide if users are able to change votes if this feature is enabled within the given forum)
my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR
This is a mass commit ... expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!
- re-enable post icons (sorry for this, thought we would only support topic icons. :D) - fixed ordering to let the post icon_id be the primary selection
- fix time limit issue for moderators- fixing redirection after posting
do not update post_text if the message content was not changed... (fixing a bug ;))
- approve/disapprove posts/topics- changed mcp_front to be more moderator friendly- able to change the forum in mcp_queue (for moderators moderating more than one forum)
- fixed permissions for mcp (global permission settings are false if user is only able to moderate one to x forums)- determine permission settings for submodules- further approve/disapprove work (approve_details added)
- remove output buffering options from download.php (not needed anymore)- optimized viewtopic.php a little bit- removed the create_function (was consuming too much memory) from viewtopic- check for manually added convert[.exe] program name to imagemagick path in admin_attachments...
- fixed topic icon display (correct radio box checked, only visible in first post)
- added folder_moved image- new feature: bookmark topics- fixed post details link- added confirmation screen to cookie deletion
- fix notify templates- re-added subscribe/unsubscribe topic links. ;)
- added delete cookies link- fixed global announcement links in viewforum- do not display redirects in link forums as posts in forum overview
- forum rules + link to forum rules- three new (tiny) functions added to functions_posting responsible for handling text with bbcode/smilies/urls, use them at items all over across phpbb...- some bugfixes within admin_forums and other files- new admin_board layout (much safer, security wise)
approval/other fixes
fix some issues with oop, fixing small bugs and prepare the next steps...NOTE TO DEVS: have a look at adm/admin_board.php (new config layout)
add a little bit more information for style authorsease the jumpbox handling a little bit
- re-enable drafts. ;)- put extension checking into a small function...
- check for array [lang]- admin_forums delete routine updated- added extension groups per forum
minor adjustments
argh... parse error
correct passworded forum login
cleanup... :P
splitted language files
- put consoring and smilie processing into functions (we use them all over the place) for better changing and consistency.- changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php- pleasing the users a little bit more by using table constants. :D...
removed message type from message parserassign message if specifiedparse/decode html if enabledvalidate url
re-add and fix quoting from topic/post review
inline attachment capability...
preserve 'jump to post'... if emailed notification link and login required.
fixed: username validation in posting.php
fixed: smilie parsing in signaturesadded: edit notes
update forum_ids for global announcements.
speed improvement... slap me for not seeing the user var. ;)
Fixed: "$config['allow_quote']"? No sir, there is no such thing. (my bad)Changed: do not perform flood check when disabledAdded: a couple notes for Acyd ;)
my attempt to break things...
some performance/bug fixes
Finished drafts, one bit is remaining though.added file and disk space statistics.some minor changes here and there.
doh^2!
UCP -> Attachments
related to attachments
damn local storage folder. :/
new permissions, merged attachment tables (the intended purpose of two tables is no longer valid), attachment updates along the merging...
Note: please merge your attachment tables (develop dir).
finish bump topic feature...
fix "not able to reply to announcements" and wrong notify checkbox status.
oops... not realised the config name change locally. :/added logging of bump action
Enable/disable fulltext indexing of a given forum
bump topic and orphan attachmentschanges here and there...
this was working ... hhmmm
Updated the various "users of emailer", fixed issue(!) of jabber using the email address as the uid, blah fixes, blah, blah di blah yakety smackety
Wasn't finished and on my system is not performing correctly ... hence comments ;) Please leave commented out for now.
do not delete all users, i do not know if this was intended paul. :)user_jabber not used within messenger object, only 'email' defined.
Let's break lots of things
speed up posting in general... and some cleanups.
do not remove multiple newlines for posting message
re-add quote button. ;)
notification fix (wrong template var)sticky/announcement time limit (viewtopic is pending)
admin decides which smilies to be displayed in posting screen
merged topic and post reviewreview updatesfix topic title
dumdidum...
fix resource id error. ;)request_var updatesattachment updates/fixesfix bbcode uidRedirect to login upon emailed notification links (viewtopic and viewforum are not committed yet)
parse error...
changed user_notification... should be clearer to human brains and performance. :)
Asylum seekers ate my baby
some small fixesgot rid of iframe (topic review)... tested new div method with various browsers, further testing and oppinions would be nice. ;)NOTE: New css element added to theme
stat update fixesglobal announcement fixes
fix bbcode_uid, we do not like you empty. :D
fixed censoring (quote post, word boundaries, attachment comments)
small things... decode_text now checks for bbcode_uid existence. And yes, i know i have screwed up a lot of posts. :/
username quoting should be working again...
fix preview of postings with embedded bbcode
okie, using array_merge. :Dfixed: admin_pruneadded: prune topics last viewed at... (only admin_prune ATM)moved: delete_attachments to functions_admin
ERrOr
put deletion of post into function
update topic stats if complete topic is stored for approval.
some sync-related updates... more logical processing of submit_post.
Updates mainly for removal of extension + header comment ... moved some aspects of ucp around, further work to be done on these areas ... not commiting search for time being
initial draft functionality, loading (and a bunch of other stuff) is not implemented yet + bugfixes.
oops
enable globalising within posting screennot sure about forum statistics updates at the moment.
fixed: slashing attachment comments (hopefully)changed header.