History | View | Annotate | Download (62.3 kB)
This commit was manufactured by cvs2svn to create tag 'milestone_3'.
- some bugfixes
Ratings table is no longer available in this version
- some cross-db related changes- putting active bots array into cache
- test slightly modified topic tracking code- some bugfixes
- 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)
- and my second attempt
BBCode enabled profile fields, removed field_name from profile fields, fixed some uninitialised variable issues, some small conversion issues
- interbase/firebird 1.5+ support (still needs some tweaking)
- removed custom code. ;)- fixed display of global, unapproved topics in mcp front (still a lot of bugs regarding global announcements)
- fix attachment mod errors- make upload path consistent with all other 2.2 path settings- fix "post title wrong after split" bug
Some small touchups
- a bunch of updates, most of them bbcode related
now it's clear why install isn't working. ;)
- 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)...
- fixing some issues with the confirm screen - merging our (the devs) approaches (more fail-safe now)- fixing some small issues...
- 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)
- added splitting of topics to mcp- added merging of posts to mcp- fixed parsing of acl_getf results- adjusted tracking code for important announcements (seems to work now)
- 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 notification redirection- added SID to ucp redirects
- 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)
message/mail updates
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)
- 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...
reportee_id for view_log and add_log
Move ipwhois ... it's used exclusively for "user" activities, makes more sense there
jada jada
Tweaked sync() a bit and fixed a couple table names. Meik, please take a look at the post_attachment/topic_attachment part to make sure I didn't screw things up ;)
Note that some modes are for dev purposes and aren't meant to stay for final if we don't use them
Finished drafts, one bit is remaining though.added file and disk space statistics.some minor changes here and there.
freeresult
grmbl... another way to get your forum out of sync. ;)
Move ipwhois to functions_admin
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...
bump topic and orphan attachmentschanges here and there...
Let's break lots of things
comment out optimize block (Ashe, please review)moved phpbb_unlink to functions_admin (used in more than one script)
Revamped sync()Fixed: does not take subforums into consideration when sync'ing forum_ countersAdded: handles empty topics and orphan posts when syncing forums
Added: ability to sync() a range of id'sChanged: resource ID passed to sql_freeresult(), moved up some unset() calls
no longer supporting ftp upload
okie, using array_merge. :Dfixed: admin_pruneadded: prune topics last viewed at... (only admin_prune ATM)moved: delete_attachments to functions_admin
bah, group handling needs some further discussion ... I'm done with it for M-2
A few more changes ... nearly there ... deleting users is going to be a little troublesome
Ensure consistent output from filelist
A fair amount of additional working or semi-working stuff ... template stored db source (when appropriate), switch theme/templates between DB/filesystem (if available), import, upload templates, imagesets, themes (if available ... i.e. no safe mode), etc. still a fair amount of stuff to do but getting there ... take care using this, backup any themes/templates/imagesets before fiddling and let me know of issues
filelist changes ... do away with static type
Compression/decompression "libs" and a change to filelist
Another sqlite UNION ALL insert update ... yes, I know sqlite install seems to be rather borked at present ... I thought, "hhmm, that worked too well too quickly" so I broke it to ensure consistency is maintained with the rest of the codebase
merged log tables, added new log_type (critical).changed email class a little bit.bug fixed the queue a little bit.
Altered method of storage of cached permissions ... primarily for easier sqlite/firebird support. Clear your user_permission fields before re-visiting your forum else you'll see very little! Changed way in which founder status is protected
Fixed topics sync'ing - hopefully using correct linefeeds
This checkin is sponsored by AOL
Various updates and fixes ... no doubt there are new bugs but where would the fun be without them?
Cleaned up commented lines
get_forum_branch() moved to function_admins.php
Prune related
Changed forum_link_track to forum_flags for storage of additional info [ pruning related ], moved lang selection into DB, other minor changes, still working on admin_prune, per forum styling for posting
Fixed, hopefully, jumpbox indentation issues
Various updates, forum links, "improve" forum management, cleanups, blah blah, note the schema changes, note also that forum management may misbehave ... reports on wrong doings are welcome ... seem to be having problems with some mcp functions under apache/win32
No functional changes, will only produce less PHP notices/warnings.
Added: more sync() stuff, to be documented in the dev forum
some arrangements...
Reduce (only a tad but still) the potential number of queries done when updating permissions
Fix ACL_UNSET problem ... was causing users to be granted permission even when denied
Minor changes
Introduced option to ignore permission settings for forum listings
Weekly update: MCP templates. Forms renamed to 'main', added mcp_jumpbox.html for easy jumping and mcp_foruminfo.html.Not too happy with HTML though =" templates\subSilver\mcp_forum.html templates\subSilver\mcp_foruminfo.html templates\subSilver\mcp_front.html templates\subSilver\mcp_header.html templates\subSilver\mcp_jumpbox.html templates\subSilver\mcp_move.html templates\subSilver\mcp_post.html templates\subSilver\mcp_viewip.html templates\subSilver\mcp_viewlogs.html
Oops. Didn't merge files correctly.
Modified view_logs to be used in MCP, added get_forum_list() to quickly get a set of forums the user is authed for
Just throwing this in ... dependencies still not complete ... the GUI and storage has caused me to do more "thinking" than I'd anticipated ... comments are welcome on what you see. Note also ALLOW/DENY/INHERIT have become YES/NO/UNSET
Hopefully done with topics sync'ing
MCP: resync() function deemed stable enough to replace sync() in functions_admin.php. I will keep extensively testing it though...Pruning: now works as expected.
Remove some redundant pruning stuff
More capitalization
Move logging functions
Wrong order by in acl_add_option
Re-jiggle where acl_option caching is done, move to common in-keeping with config
Un-b0rked ACL options caching, small general fixes
Updates as opposed to downdates
I know the jumpbox layout doesn't always match the real forum structure ... will fix
Update jumpbox for subforum changes
Cache moderator names? Output moderators for all forums in viewforum. Alter a few things in templates
Changed $board_config to $config, more posting "stuff", altered polling code in viewtopic and loads of new problems, poor coding, etc. created :)
Posting and acl option updates
Preliminary 'freeze' on permissions system awaiting developer feedback, testing, etc. Caching of non-dynmaic config and acl option elements.
Mostly changes to turn userdata into user->data, lang into user->lang + bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final
Minor changes to select box
Permission changes, updates admin functions, indented jumpboxes ... note that the update script doesn't seem to introduce the user_permissions field @ present so you need to add it manually
Forums management updated, now able to delete forums
Combine various admin related functions
more changes
Various updates with any luck they fix a few minor issues without causing new ones ...
Stop being too paranoid about hacking of includes containing only fully inclusive functions
Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)
These are formed from breaking up functions ... modified functions is not yet in CVS and these do nothing right now