View | Annotate | Download (8 KB)
This commit was manufactured by cvs2svn to create tag 'milestone_3'.
- session changes
- some fixes here and there
- 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 attachment mod errors - make upload path consistent with all other 2.2 path settings - fix "post title wrong after split" bug
- extensions_allowed changed a bit.
- 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)...
- 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...
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)
- re-enable drafts. ;) - put extension checking into a small function...
- check for array [lang] - admin_forums delete routine updated - added extension groups per forum
splitted language files
my attempt to break things...
Finished drafts, one bit is remaining though. added file and disk space statistics. some minor changes here and there.
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).
cleanup
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
fixed: slashing attachment comments (hopefully) changed header.
add support for login forum box.
some changes in downloading files...
Minor fix
linefeeds... tortoisecvs 1.4.0rc3 seems to be more unstable as i thought.
some updates in regards to fetching authentication.
a few updates, added #539865 and #694413.
page header/footer become functions, forum passwords (I know, I know but it appears a popular feature for some reason ... inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs).
further work on the attachment panel... and see how plain those icons are... these are the correct ones to rip ;) Hopefully someone will make some nice upload icons. :)
re-use include...
initial 'view attachments' implementation. added new template var (merged include, to preserve previous block vars), could be changed later to consider caching. some config variables and upload icons are not present as of yet...