[Phpslash-commit] [CVS phpslash-dev] new changes file
Brought to you by:
joestewart,
nhruby
From: Luis M <le...@us...> - 2005-06-05 19:51:12
|
Commit in phpslash-dev on MAIN CHANGES +1 -777 1.165 -> 1.166 <pre class="comment"> new changes file </pre> <hr /><a name="file1" /><div class="file"> <span class="pathname">phpslash-dev<br /></span> <div class="fileheader"><big><b>CHANGES</b></big> <small id="info">1.165 -> 1.166</small></div> <pre class="diff"><small id="info">diff -u -r1.165 -r1.166 --- CHANGES 11 May 2005 21:27:07 -0000 1.165 +++ CHANGES 5 Jun 2005 19:51:02 -0000 1.166 @@ -1,4 +1,4 @@ </small></pre><pre class="diff" id="removed">-$Id: CHANGES,v 1.165 2005/05/11 21:27:07 joestewart Exp $ </pre><pre class="diff" id="added">+$Id: CHANGES,v 1.166 2005/06/05 19:51:02 lems1 Exp $ </pre><pre class="diff" id="context"> Changes Legend... </pre><pre class="diff"><small id="info">@@ -12,779 +12,3 @@ </small></pre><pre class="diff" id="context"> W - General Work on something 9 - Removal of something (kill -9 :) </pre><pre class="diff" id="removed">-2005-May 11 Joe Stewart <jo...@ph...> -[B] - config-setup.php, config-dist.ini.php - correct check for randomization - string. config file saving cleaned up some. - -2005-May 11 Joe Stewart <jo...@ph...> -[B] - Author.class, author/index.php, Story_base.class - correct permission - issues when saving profile and saving stories reported by tobozo and - crashfr. - -2005-May 08 Luis Mondesi <le...@ph...> -[B] - profile.php - turned off caching on user's profile updating page. - -2005-April 27 Luis Mondesi <le...@ph...> -[B] - Story.class - added missing functionality for article_updatehits. - -2005-January 26 Joe Stewart <jo...@ph...> -[F] - config_setup.php, config-dist.ini.php - setup magic string randomization - during installation. - -2005-January 13 Joe Stewart <jo...@ph...> -[F] - slashTemplate.class - If debug is on, the phplib template class debug - is set to level 8. There is a patch to the - -2004-December 16 Joe Stewart <jo...@ph...> -[F] - Story.class - added imageurl and rooturl tags for story.tpl, - storyIndex.tpl and the story text itself. - -2004-November 30 Luis Mondesi <le...@ph...> -[F] - config_setup.php wizard now supports gzipped files - -2004-November 27 Joe Stewart <jo...@ph...> -[B] - psl_core.sql - missing blockLayout group. - -2004-November 27 Luis Mondesi <le...@ph...> -[B] - A number of fixes in the way debian packages are built. In - particular debian packages should not include - public_html/config.ini.php; - this causes problems with sites that have wildcard dns - entries like: *.domain.com A aa.bb.cc.dd -[B] - Fixed a bug in config-dist.php for $psl_inifile fallback. It - should fallback to the inifile_path defined and not to current - directory's ini.php file - -2004-November 27 Luis Mondesi <le...@ph...> -[F] - config_setup.php - can now find config-dist.ini.php - in debian's standard location (or a user-defined - multihosts location). For reading and writing it defaults - to current dir and it will fallback to /usr/share/doc/phpslash - for reading config-dist.ini.php and for writing it falls back - to /etc/phpslash accordingly. - The ini files are named FQDN-config.ini.php by - default. That means that for new installations to work - a user would need to create (touch?) a file in /etc/phpslash - with the name of the host like: www.domain.com-config.ini.php - And set it with permissions so that the user running the - webserver can write to it (chmod 0666). In the case of debian - (or any other distro really) this file(s) should have their - permissions/owner set to: root:www-data (or the group that - apache belongs to) and 0640 mode. - -2004-November 27 Joe Stewart <jo...@ph...> -[B] - backend.php - correcting Atom feed. - -2004-November 24 Luis Mondesi <le...@ph...> -[FB] - Debian packages can now be built using: - make dist - export VERS=`cat VERSION` - cd ../ - tar xzf phpslash-$VERS.tar.gz - cd phpslash-$VERS - dpkg-buildpackage -rfakeroot - You will need phplib which you can get from: - http://www.latinomixed.com/downloads/phplib - Fresh phpslash packages can be retrieved from: - http://www.latinomixed.com/downloads/phpslash - -2004-November 20 Joe Stewart <jo...@ph...> -[RT] - Release phpSlash 0.8. - Submission form uses tinyMCE textarea editor. - Added tinyMCE editor. - psl_core.sql - Submissions section uses tinyMCE. - -2004-November 19 Joe Stewart <jo...@ph...> -[B] - added index.php files to public directories that don't have pages. - Topic.class - don't list image.php in topic image directory. - -2004-November 17 Luis Mondesi <le...@ph...> -[BF] - Fixed a number of bugs with caching. Variables are more - consistent and naming of cache files is also improved. -[F] - Added the ability to have separate config.ini files loaded - by using names in the form: $HOST-config.ini.php. Where $HOST is - the FQDN ($_SERVER['SERVER_NAME'] from php) of your site. - This implies that virtual hosting is a lot easier as sites - can share virtually all psl files and the only thing changing - is whatever comes from the database. - -2004-November 16 Joe Stewart <joe...@us... -[BT] - submission/index.php, submissionForm.tpl, emailNotifySubmit.tpl, - submission.php - submission fixes for jpcache and session. - -2004-November 15 Joe Stewart <joe...@us... -[BT] - Thanks to Josh Udall for reporting these bugs. - slashHead-fckeditor.tpl, slashHead-htmlarea3.tpl - - change file name correctly. - submission/admin.php - next wasn't always available. - psl_core.sql - Comments block was in Submission section. - Mailinglist.class - add host.domain to URL. - backend*.tpl - corrected host links. - -2004-November 11 Joe Stewart <joe...@us... -[BT] - slashHead.tpl, slashHead-fckeditor.tpl, slashHead-htmlarea3.tpl - - added trailing slash to rooturl for logo url. - -2004-November 11 Joe Stewart <joe...@us... -[BD] - Documentation Makefile returned to old options. Added pdf - to Makefile. - -2004-November 10 Joe Stewart <joe...@us... -[BT] - basic/slashHead-htmlarea3.tpl, basiccurves/slashHead-htmlarea3.tpl - corrected printer css changes. - -2004-November 9 Joe Stewart <joe...@us... -[F] - Block_admin.class, psl_core.sql - Added support for block option "edit_perms". - This option allows each block to limit users that have the ability to edit. - Wrong choices or deleting page blocks can be particulary problematic. - Added group - blockLayoutEditor, consisting of new permissions - - blockEditPageBlocks, blockEditModuleBlocks, blockEditNavbarBlocks, - blockEditHeaderBlocks, and blockEditFooterBlocks. - db_xfer.php.disabled - update for edit_perm blocks. - -2004-November 6 Joe Stewart <joe...@us... -[BF] - basic/slashHead-fckeditor.tpl - insert back missing stylesheets - Block_render_page.class, config-dist.php - Feed tweaks. - psl_example.sql - new Feeds block. - se.php - Ben Jorgensen submitted a Swedish translation. - -2004-November 5 Joe Stewart <joe...@us... -[F] - Block.class, Block_i.class, Block_admin.class - block/plugins added. - -2004-November 4 Joe Stewart <joe...@us... -[F] - Block_render_html.class, Block_render_template.class, - Block_admin.class - html blocks accept template tags. - backend.php - moved functionality to story/backend. - Block_render_page.class - index page accepts view argument - to trigger alternate outputs such as rss and atom instead - of html. If view is in url the entire page is displayed - by the module. - Story_base.class, Story_admin.class - allow template tags - in story text and body. Also close bug #[ 797098 ] Eats Backslashes. - -2004-November 1 Joe Stewart <joe...@us... -[FT] - backend.php, backendAtom.tpl, backendRSS2.tpl, backendRSS91.tpl, - slashHead-fckeditor, slashHead-htmlarea3.tpl, slashHead.tpl - - Added Atom and RSS2.0 feeds. Default changed to RSS2.0. - -2004-October 28 Joe Stewart <joe...@us... -[B] - psl_core.sql, psl_example.sql - correct section_block_lut id's. - auth/slashAuth.class - correct "Remember Me" preauth. - -2004-October 29 Luis M <le...@ph... -[F] - LDAP authentication works -[F] - config-dist.ini.php got new variable to dissallow LDAP users to be automatically registered in SQL db. By default this is TRUE since 99.9% of admins will want this. - -2004-October 28 Joe Stewart <joe...@us... -[FT] - added fckeditor to comment submittal. slashHead-fckeditor.tpl added. - commentSubmitForm.tpl modified. - psl_core.sql, db_xfer.php.disabled - Use slashHead-fckeditor.tpl for public pages. - -2004-October 23 Joe Stewart <joe...@us... -[BT] - comment/index.php, Comment.class, basic: comment.tpl, comment.Display.tpl, - commentSubmitForm.tpl, storyIndex.tpl, psl_core.sql - comment submitter's - IP or domain should display if not comment Admin. comment.php is not used. - -2004-October 26 Luis M <le...@us...> -[F] - config-dist.ini.php Added much needed variables for LDAP auth -[F] - slashAuthLDAP.class almost complete. Is able to pull info from db - -2004-October 23 Joe Stewart <joe...@us... -[B] - story/Story_admin.class - story options for New Stories. -[W] - config_setup.php - Text change. - config.php - enable blogs in menu for bloggers. - psl_core.sql, psl_example.sql - don't display calendar block - by default for php5 compatibility. Add bloggers to user - group. - -2004-October 22 Joe Stewart <joe...@us... -[W] - block/Block_admin.class, basic/blockList.tpl - add column and - ordernum to block list. - slash-all.sql - removed since it has been split into two other files. - psl-core.sql, psl_example.sql - admin blocks should have been openbox. - -2004-October 21 Luis M <le...@us...> -[W9] - Switched config_setup.php to work with config-dist.ini.php, - and copied variables from config_setup.ini.php to this file. - Then removed config_setup.ini.php from CVS. - -2004-October 20 Luis M <le...@us...> -[FW] - Fixed config-dist.php's code for jpcache and added jpcache.cachedir - variable to config-dist.ini.php. Users can now use config.ini.php - to enable/disable caching and choose the location of caching files - all without having to mess with the code of config.php. - -2004-October 20 Joe Stewart <joe...@us... -[F] - block/admin.php - complete previous commit of UI change. - -2004-October 20 Joe Stewart <joe...@us... -[R] - Release 0.8RC1. -[EFT] - basic/blockEdit.tpl, basic/blockNew.tpl, Block_admin.class, - config-dist.ini.php, config_setup.ini.php - Experimental - changes to Block admin interface. Including htmlarea3 and - removing the new block form from the block list. -[F] - config_setup.php, psl_example.sql - Require username and password - entry when using the install wizard on new installations. - psl-core.sql - remove extra admin info. - VERSION, config-dist.php - bump version to 0.8RC1. - -2004-October 19 Joe Stewart <joe...@us... -[B] - Story_admin.class - [ 799042 ] StoryAdmin :: Adding blank story generates - php warning. -[B] - slash-all.sql - Admin module should be below Admin Tasks. -[B] - config_setup.ini.php - breadcrumb delimiter wasn't defined correctly. -[FT] - basic_print.css, basic/slashHead.tpl, basiccurves/slashHead.tpl, - basiccurves/storyRelated.tpl - printer friendly output. -[W] - Removed auth files that had been moved from class dir to auth module dir. -[F] - psl_core.sql, psl_example.sql, config_setup.php - Split sql - file into core and example data. - -2004-October 18 Joe Stewart <joe...@us... -[B] - db_xfer.php.disabled - [ 1035199 ] upgrade script doesn't upgrade all sections. -[F] - functions.inc - allow switching css in the url. -[T] - basic/storyRelated.tpl, Story.class - Added SKIN tag. - -2004-October 18 Peter Cruickshank <kr...@us...> (v 1.113) -[T] - basic/* - UI improvements: blockEdit.tpl, groupNew.tpl, permissionNew.tpl, storyNew.tpl - - mainly adding Cancel button to edit screens - - select boxes of 8 not 4 items (much easier to use) - - some rewordings too - HTML improvements: article.tpl, rssblock.tpl, permissionList.tpl - Tags moved to lower case where uppercase found and <ul> to wrap <li> -[ET]- basic/blockList.tpl - Experimental layout change to fit the table better into the screen. - -2004-October 18 Peter Cruickshank <kr...@us...> (v 1.113) - Sundry minor changes: -[B] - slashTemplate.class - Fix for situation where templates - dont exist in current language -[W] - functions.inc - General notice squashing, adding MAINPAGE var - to getHeader, tidyup of mail-related functions -[F] - slashAuth.class - Make custom user-options available to the session -[W] - Block.class - Translate 'block added' message -[F] - Block_render_page.class - Make sensible MAINPAGE value available to - breadcrumb() -[B] - mailinglist/admin.php - Show list if nothing else is to be done - - -2004-October 14 Joe Stewart <joe...@us... -[B] - story/index.php, Block_render_header.class, slash-all.sql, - db_xfer.php.disabled - Story titles should display correctly. - index.php - Page title should always display correctly. - -2004-October 7 Joe Stewart <joe...@us... -[B] - slash-all.sql - Blog section didn't have the right blocks. - config-dist.php - bloggers group typo. - -2004-October 1 Joe Stewart <joe...@us... -[W] - config-dist.php - changed skin change from url to not set - cookie unless cookie argument also set. Change auth.type - to allow for normal login form. - -2004-September 25 Joe Stewart <joe...@us... -[B] - Story_base.class - php5 compatibility. test for string - index for array. - -2004-September 24 Joe Stewart <joe...@us... -[F] - Author.class - new method - get_group_users. Gets lists of users belonging - to a group. - -2004-September 22 Joe Stewart <joe...@us... -[F] - slashAuthEGW.class - eGroupware authentication - -2004-September 21 Joe Stewart <joe...@us... -[F] - slashAuth.class - allow auto registration from external authentication. - slashAuthSkel.class - Skeleton auth class. - slashAuthPAM.class, SlashAuthHTTP.class - untested auth methods. - -2004-September 20 Joe Stewart <joe...@us... -[EF] - jpcache/types/memcache.php - Adding memcache storage method - to jpcache. No garbage collection or deletion available yet. - -2004-September 18 Joe Stewart <joe...@us... -[F] - Admin module - added blocks from Back-End for file perm - warnings, clearing cache, and system details. - -2004-September 16 Joe Stewart <joe...@us... -[WT] - moved login.php new layout with code in auth/index.php - updated non CR loginform.tpl to be used with other auth - methods. - -2004-September 15 Joe Stewart <joe...@us... -[W] - removed classes that already had been moved to module directories. - moved Infolog and slashAuth to module directories. - -2004-September 13 Joe Stewart <joe...@us... -[B] - backend.php - Add class requirements. - -2004-09-11 10:46 EDT Luis Mondesi <le...@ph...> -[B] - include/class/jpcache/type/file.php - added check for JPCACHE_DIR - and attempts to create one if it doesn't exist. - -2004-September 9 Joe Stewart <joe...@us... -[B] - story/index.php - returned "Email This Story". - -2004-September 9 Joe Stewart <joe...@us... -[B] - config_setup.php - populate empty database. - -2004-September 8 Joe Stewart <joe...@us... -[FB] - login.php - corrected login bug introduced 8/30. - Story_plugin_mssmartquotes.class - story plugin to remove - MS Smart Quotes (untested). - config-dist.php. - -2004-September 5 Joe Stewart <joe...@us... -[F] - db_xfer.php.disabled, slash-all.sql, config-dist.php, config-dist.ini.php, - config_setup.ini.php - Added User Blogs support - menu items, Blogs section, - and blogger group. - -2004-September 2 Peter Cruickshank <kr...@us...> -[BW] mailinglist/admin.php index.php MailingList.class - Clean up of mailinglist code. Not clear it was working in 0.8 setup - -2004-September 1 Joe Stewart <joe...@us... -[B] - slash-all.sql - adjusted header blocks to be the same as upgrade. - db_xfer.php - corrected related links block template. - -2004-September 1 Joe Stewart <joe...@us... -[T] - storyNew.tpl - missing form name. - -2004-September 1 Joe Stewart <joe...@us... -[B] - config_setup.php - Don't show continue button for new db. - -2004-September 1 Joe Stewart <joe...@us... -[BT] - changed links to phpslash.org to php-slash.org. - Moved db_xfer.php.disabled from contrib to scripts. - Bumped version. Updated basic/about.tpl. - -2004-September 1 Joe Stewart <joe...@us... -[F] - db_xfer.php.disabled, config_setup.php - db_xfer.php now - ensures that the user has blockPut privileges. config_setup.php - now checks whether the db needs upgrading. - -2004-August 30 Joe Stewart <joe...@us...> -[BTS] - registerform.tpl, authorNew.tpl, 7_to_8.sql, slash-all.sql, db_xfer.php - - altered length of url and email fields. - closing bug [ 995046 ] registerform.tpl restricts email address length - to 32 chars. - -2004-August 30 Joe Stewart <joe...@us...> -[B] - login.php - uncommented kludge for login block. It was commented out on the - bad assumption that phplib would be changing the auth class. - closing bug [ 980974 ] Login Block Error. - -2004-August 28 Joe Stewart <joe...@us...> -[E] - db_xfer.php.disabled, Block.class - rough upgrade script. Depends on - correctly configured config.ini.php/config.php. There will - updates to the db that this script doesn't do yet. - -2004-August 27 Joe Stewart <joe...@us...> -[W] - Block.class, Block_i.class - Ian Clydsdale's change to the block title - substitution. - -2004-August 23 Joe Stewart <joe...@us...> -[FT] - htmlarea3, slashHead-htmlarea3.tpl, storyNew.tpl, config.php - Upgraded - htmlarea3. Added Image Manager module to htmlarea3 that allows uploads. - Default is now for editor to be on. - -2004-July 29 Peter Cruickshank <kr...@us...> -[BF] slashTemplate.class::set_file - Fix of potential infinite loop and allow modules to have language-specific - templates -[W] functions.inc::getHeader Treats missing page titles more kindly -[T] basic/loginformCR.tpl Move to XHTML complience. No other change -[E] config_setup.ini.php - jpcache.enable set to off by default to save confusion while testing new install -[W] config_setup.php Use the <title> tag - - -2004-July 7 Peter Cruickshank <kr...@us...> -[E] debug() now uses backtrace if available to show details of file/class and - line -[W] story/admin.php Move to use _POST and _GET vars -[W] Story_base.class - Improvements to logic + presentation of validation process - -2004-July 7 Peter Cruickshank <kr...@us...> -[B] slashTemplate.class: - Comment out portion of code that was causing infinite recursion when attempting - to find default skins template -[B] author/index.php: - Check for existance of jpcache_gc function before attempting to call it -[F] Block_render_header.class - Make section name available to slashHead template. (There may be a more elegant - way of doing this) -[BW] Block_render_query.class - Fix generation of topic_id and section_id plus some minor tidyup of logic -[W] Block_render_topic.class - Tidy up logic - incl move parse_str to top of parse() -[W] search/index.php section/admin.php topic/admin.php - Notice squashing -[W] Section.class, Topic.class - Improvements to logic + presentation of validation process - -2004-July 2 Peter Cruickshank <kr...@us...> -[WBT]Clean up of Group.class group/admin.php templates/en/permissionList.tpl and groupList.tpl - - notice squashing - - some logic simplification, move to foreach, use of getError() etc - - added Group and Permission description to template - -2004-July 2 Peter Cruickshank <kr...@us...> -[B] functions.inc - Move setSkinTpl to use $_SERVER[SERVER_NAME] - -2004-June 22 Peter Cruickshank <kr...@us...> -[W] - NavBar.class, block/admin.php, search/index.php - Block_render_query.class, Block_render_section.class, Block_render_skin.class - Notice squashing, updates to comments and minor tidy-ups - -2004-June 22 Peter Cruickshank <kr...@us...> -[E] - slashAuth now uses index1col.tpl to structure the login form - making layout - more compatible with the other pages. Would be nice to move to using the - proper page layout mechanism... - Also: Switch to using $_GET and $_POST - -2004-June 22 Peter Cruickshank <kr...@us...> -[W] - function.inc Block_render_page.class - Reorganised and grouped functions - removing old and unused functions - Future plan to move slashhead and slashfoot to Block_render_header/footer - once dependency in slashAuth has been removed - -2004 June 18 Peter Cruickshank <kr...@us...> -[B] - search/index.php - Fixed bug where search module was not picking up - search parameters from _GET - -2004-April 27 10:00AM CST Joe Stewart <joe...@us...> -[B] - Makefile - removed .cvsignore files from release - Closes Bug [ 942709 ]. - -2004-April 22 3:00PM CST Joe Stewart <joe...@us...> -[B] - slashAuth.class - missed $response argument in two places. - -2004-April 22 3:00PM CST Joe Stewart <joe...@us...> -[T] - loginformCR.tpl - Luis says "javascript error on login form fix". - -2004-April 22 3:00PM CST Joe Stewart <joe...@us...> -[B] - slashAuth.class, slashAuthCR.class - psl_validate was depending on - global variable $response. - -2004-April 19 4:00PM CST Joe Stewart <joe...@us...> -[FT] - slashAuthCR.class, slashAuth.class, config.ini.php, config.php - - restructured authorization process. Authentication method can - be configured and class created for alternate authentication methods. - slashAuthCR.class moved to authtypes directory. slashAuth.class - is the main authorization class. - emailNotifyComment.tpl, emailNotifySubmit.tpl - change php3 to php. - -2004-April 16 12:30PM CST Joe Stewart <joe...@us...> -[F] - Story.class, relatedlinks.php, slash-all.sql - Related links for articles - works again. - -2004-March 4 3:30PM CST Joe Stewart <joe...@us...> -[F] - functions.inc, config-dist.ini.php - debug output can now be delayed - to only display once or send one email. - -2003-December 1 1:00PM CST Joe Stewart <joe...@us...> -[B] - poll/admin.php - added missing Comment.class for poll deletion. - -2003-December 1 1:00PM CST Joe Stewart <joe...@us...> -[B] - slashTemplate.class - get the correct template when current language is - not the default language. - -2003-November 26 1:30PM CST Joe Stewart <joe...@us...> -[B] - config.php, Story.class, Story_base.class - Added options/plugin parsing - for getStories, added 'hook' parameter for limiting plugin scope. - -2003-11-26 17:27 UTC Luis Mondesi <le...@ph...> -[B] - Block_render_html.class - fix missing getTitle() called. All - block renderers should have this function defined! Or else - people get in trouble when they try to set their titles - as "%%" or "%STRING%". - -2003-November 20 3:00PM CST Joe Stewart <joe...@us...> -[E] - config.ini.php, config.php, errordocument.php - beginning support for - a static cache. Write cache files out to a directory to be served. - -2003-November 20 3:00PM CST Joe Stewart <joe...@us...> -[F] - new jpcache storage type "static". Writes html files out that can - be served directly by the webserver. - -2003-November 20 1:30PM CST Joe Stewart <joe...@us...> -[W] - config.php - PATH_INFO url support. - -2003-November 20 1:30PM CST Joe Stewart <joe...@us...> -[W] - config.php - disable BE rootdomain/rooturl stuff. - -2003-November 18 4:00PM CST Joe Stewart <joe...@us...> -[W] - config.php - simplify cache naming when using defaults. - -2003-November 18 3:00PM CST Joe Stewart <joe...@us...> -[W] - config.php - only add session_id to cache name if logged in. - -2003-November 17 9:00AM CST Joe Stewart <joe...@us...> -[W] - [ 838369 ] phpDoc style comments throughout functions.inc. - -2003-November 17 9:00AM CST Joe Stewart <joe...@us...> -[F] - de_DE.LC_TIME.php3, de.php3 - contributed by alba. - [ 777766 ] missing keys in de.php3 and [ 780429 ] de_DE.LC_TIME.php3. - -2003-November 13 3:30PM CST Joe Stewart <joe...@us...> -[B] - config_setup.php tweaking. - -2003-November 13 7:00AM CST Joe Stewart <joe...@us...> -[FT] - New Feature - Block plugins added. - Added BBCode Story plugin using the PEAR BBCodeParser. - -2003-November 12 8:30PM CST Joe Stewart <joe...@us...> -[FT] - slashHead-html3.tpl tweaking. - -2003-November 12 3:00PM CST Joe Stewart <joe...@us...> -[FT] - config.php, storyNew.tpl, slashHead-htmlarea3 - Added preliminary - htmlArea editing support to the Story entry form. - Added htmlArea3 code in public_html/scripts directory. - -2003-November 12 10:00AM CST Joe Stewart <joe...@us...> -[DFT] - Added Wiki Story plugin using the Back-End WikiEngine.class. - WikiEngine.class added to include/class. - optionTypes.tpl - moved description. - phpslash.sgml - Attemted to describe install using the wizard. - -2003-November 11 4:00PM CST Joe Stewart <joe...@us...> -[F] - Added BBCode Story plugin using the PEAR BBCodeParser. - -2003-November 11 3:00PM CST Joe Stewart <joe...@us...> -[S] - moved sql file to tables/0.8 and reverted 0.7 to 0.7.2 release status. - -2003-November 11 2:30PM CST Joe Stewart <joe...@us...> -[BFT] - New Feature - Story plugins added. - -2003-November 10 1:00PM CST Joe Stewart <joe...@us...> -[B] - login.php - [ 839439 ] jpcache dependency in login.php. - -2003-November 6 4:00PM CST Joe Stewart <joe...@us...> -[B] - config_setup.php - tweak to allow setting the sql file location. - -2003-November 6 1:00PM CST Joe Stewart <joe...@us...> -[BT] - storyIndex.tpl, Story.class - Peter C. supplied [ 837175 ] Dont show - comment links if Comment module is off. - -2003-November 6 7:00AM CST Joe Stewart <joe...@us...> -[BF] - config.php, config_setup.php, config_setup.ini.php - Ported Evan Hughes' - setup wizard from Back_End. - story/admin.php - Only clear cache if jpcache is used. Closes patch - - [ 837131 ] Fix so story create works if jpcache is disabled. - -2003-October 31 1:30PM CST Joe Stewart <joe...@us...> -[R] - Release phpSlash 0.8alpha. - -2003-October 31 1:30PM CST Joe Stewart <joe...@us...> -[B] - Added missing CHANGES-065-070 CHANGES-07-711 change history files. - config-dist.php, VERSION - Bumped version to 0.8alpha for release. - -2003-October 31 1:00PM CST Joe Stewart <joe...@us...> -[F] - Added Peter C.'s breadcrumb delimiter patch. - [ 831851 ] Parameterise breadcumb delimiter - -2003-August 21 2:30PM CDT Joe Stewart <joe...@us...> -[B] - Block_render_rss.class - correct path of class file. - -2003-07-01 03:56 UTC Luis Mondesi < le...@ph... > -[FT] - updated templates/en/basic/storyNew.tpl so that uploading files works in IE6, Opera and Mozilla-based browsers. - - Changed include/modules/story/admin.php, include/modules/story/Story_base.class and include/modules/story/Story_admin.class. Added - feature to upload files from the browser. Data uploaded via the - webform will be appended to the text typed in the body_text TEXTAREA - -2003-June 26 12:30PM CDT Joe Stewart <joe...@us...> -[BT] - comment/index.php, poll/index.php - quickfix to get poll comments working. - pollResultPage.tpl - changed comment.php to poll.php. - -2003-June 25 10:00AM CDT Joe Stewart <joe...@us...> -[F] - slash-all.sql - removed Error and Comment sections. - comment.php - comments displayed by comment module block. - comment/index.php - commented duplicate story display. - -2003-June 24 4:00PM CDT Joe Stewart <joe...@us...> -[F] - slash-all.sql - db changes to use new error document and comment modules. - -2003-June 24 2:00PM CDT Joe Stewart <joe...@us...> -[B] - new modules - topicbar, navbar, commnent, error, and auth. - poll bugfixes. article page being rewritten. - -2003-June 9 2:00PM CDT Joe Stewart <joe...@us...> -[B] - submission/index.php - display specific save errors. Closes - bug [ 750107 ] Submittal errors don't display correct error message. - -2003-June 5 4:00PM CDT Joe Stewart <joe...@us...> -[B] - Block_render_poll.class - remove module directive. - poll/admin.php - reduce php warnings - block/admin.php - sess object definition - Story_base.class - extractStories - restore start from url variables. - -2003-June 5 4:00PM CDT Joe Stewart <joe...@us...> -[B] - Story_base.class - extractStories - remove start from url variables. - Attempting to kill a memory allocation bug. - blockAdmin.php - don't start a new block object. - -2003-June 4 3:00PM CDT Joe Stewart <joe...@us...> -[W] - Block_render_navbar.class, Block_render_page.class, - Block_render_template.class - reduce php warnings. - -2003-May 28 02:07 UTC Luis Mondesi < le...@ph... > -[B] - locale/es.php missing comma at line 325. Thanks to Jose Reyes for reporting this. - -2003-May 23 11:00AM CDT Joe Stewart <joe...@us...> -[B] - config-dist.php - don't assign section as well as section_id if - missing - breadcrumb seems to do this. - functions.inc::breadcrumb - correct topic errors. - Block_render_page.class - call breadcrumb function. - -2003-May 23 11:00AM CDT Joe Stewart <joe...@us...> -[B] - config-dist.php - Assign section as well as section_id if missing. - -2003-May 22 11:00AM CDT Joe Stewart <joe...@us...> -[B] - story/index.php - use global statement instead of GLOBAL array. - -2003-May 22 11:00AM CDT Joe Stewart <joe...@us...> -[B] - story/index.php - remove extra global statements. - -2003-May 21 3:30PM CDT Joe Stewart <joe...@us...> -[B] - slashTemplate.class - disable templates in module directories - until bugs squashed. Auth timeouts yielded blank pages and worse. - -2003-May 20 12:30PM CDT Joe Stewart <joe...@us...> -[F] - Block_render_rss.class - sync with -ft cvs. - -2003-May 20 11:30AM CDT Joe Stewart <joe...@us...> -[B] - author/admin.php, block/admin.php, glossary/admin.php, - author/index.php, poll/admin.php, submission/admin.php - - missed module path change. - -2003-May 16 4:00PM CDT Joe Stewart <joe...@us...> -[F] - Block_render_template.class - New template block type. - slash-all.sql - About block change to template type. - -2003-May 16 12:00PM CDT Joe Stewart <joe...@us...> -[BT] - Section.class, Block.class - new block method - cloneSections. - New sections clone the blocks of the home section. - sectionList.tpl - name links to view of section index page. - authorAdmin.php, blockAdmin.php, glossaryAdmin.php, - groupAdmin.php, mailinglistAdmin.php, pollAdmin.php, - sectionAdmin.php, storyAdmin.php, submissionAdmin.php, - topicAdmin.php - remove extra call to getBlocks. - -2003-May 15 4:00PM CDT Joe Stewart <joe...@us...> -[WT] - sectionAdmin.php - Don't attempt to display section being edited. - login.php - display page the same method as index page. - slash-all.sql - Administration block and Mailing list title. - -2003-May 15 2:30PM CDT Joe Stewart <joe...@us...> -[W] - index.php - specify module page w/page GET variable. - profile.php - use Author module index page. - authorAdmin.php, glossaryAdmin.php, sectionAdmin.php, - submissionAdmin.php, topicAdmin.php - use module admin page. - -2003-May 15 2:30PM CDT Joe Stewart <joe...@us...> -[ET] - Large commit to test further use of page blocks and module sections. - Significant number of blocks added require loading of slash-all.sql. - -2003-April-28 2:30PM CDT Joe Stewart <joe...@us...> -[E] - slashTemplate.class - experimental support for module templates to - be contained in a "templates" subdirectory. - -2003-April-28 10:00AM CDT Joe Stewart <joe...@us...> -[BT] - Story.class, Story_base.class - "also text" fix, reduce warnings. - comment.php3, emailNotifyComment.tpl, emailNotifySubmission.tpl - - tweak url in notification email. - -2003-April-25 3:00PM CDT Joe Stewart <joe...@us...> -[B] - author/index.php - ensure that profile options are predefined. - 65_to_7.sql - add missing new submission permission for public. - -2003-April 23 10:30AM CDT Joe Stewart <joe...@us...> -[B] - functions.inc - sync with -ft cvs. - -2003-April-23 10:00AM CDT Joe Stewart <joe...@us...> -[B] - Block.class - doParse only updates the db if expire length is set. - Removed "cache_disabled" block option. - -2003-April-21 3:00PM CDT Joe Stewart <joe...@us...> -[W] - Story.class, Story_base.class, Story_admin.class, story/admin.php, - slashTemplate - sync with -ft. - -2003-April-21 2:00PM CDT Joe Stewart <joe...@us...> -[WT] - functions.inc, authorAdmin.php, Block_admin.class, authorNew.tpl, - blockEdit.tpl, storyNew.tpl, optionTypes.tpl, config-dist.php - - sync with -ft cvs. - -2003-April-21 2:00PM CDT Joe Stewart <joe...@us...> -[W] - slashAuthCR.class - clean up code comments. - Author.class - sync with -ft cvs. - -2003-April-21 10:00AM CDT Joe Stewart <joe...@us...> -[F] - Block.class - new block option - "cache_disabled". When this is set - the block will not be written to the db. - -2003-April-21 10:00AM CDT Joe Stewart <joe...@us...> -[B] - Mailinglist.class - sync with -ft cvs. - -2003-April-21 10:00AM CDT Joe Stewart <joe...@us...> -[B] - Block_render_page.class - "finish" the template output. - mailinglist/admin.php - Bring in HTTP_GET_VARS from globals. - -2003-April-18 9:00AM CDT Joe Stewart <joe...@us...> -[B] - Block.class - doParse only calls storeParsed if the block data changed. - functions.inc, slash-all.sql - tweaks for new block types. - -2003-April-17 6:00PM CDT Joe Stewart <joe...@us...> -[ET] - Initial testing of new block types and page display. New block - types - header, footer, topicbar, module, and page. - -2003-March-12 10:30PM CST Joe Stewart <joe...@us...> -[B] - slashAuthCR.class - AddClassRequirement for Author. - -2003-March-12 10:30PM CST Joe Stewart <joe...@us...> -[W] - remove extra extchg.sh from main directory. Initial phpslash-dev - cvs tree import. - -2003-March-11 12:30PM CST Joe Stewart <joe...@us...> -[W] - config-dist.php, config.php, functions.inc, Author.class, - Block_render_skin.class - Changed templatedir.default to templatedir.main. - slashTemplate.class - Changed structure of set_file to make recursive - calls to set the correct path to the template file. - -2003-March-11 11:00AM CST Joe Stewart <joe...@us...> -[B] - Group.class - commented debugging "echo" - closes bug [ 701658 ] - Debug messages in group admin screen. - -2003-March-07 2:00PM CST Joe Stewart <joe...@us...> -[B] - slash-all.sql - set answer_id's for the initial poll. - -2003-March-07 8:30AM CST Joe Stewart <joe...@us...> -[B] - slashAuthCR.class, Author.class, login.php - correctly set and delete - the "user_info" cookie. - -2003-March-06 3:00PM CST Joe Stewart <joe...@us...> -[W] - comment.php, commentAdmin.php - expire poll cache for comment updates - too. - -2003-March-06 12:00PM CST Joe Stewart <joe...@us...> -[W] - functions.inc - setSkinTpl - better exception support for setting skins. - -2003-March-06 11:00AM CST Joe Stewart <joe...@us...> -[B] - config-dist.php, config.php, functions.inc, Author.clas, - Block_render_skin.class - tweaks for register_globals off and - use new language and skin variables. - -2003-March-05 3:30PM CST Joe Stewart <joe...@us...> -[B] - slashAuthCR.class - correctly use the "magic" word in the config file - if available. This was causing the "remember me" cookie not to work. - -2003-March-04 3:30PM CST Joe Stewart <joe...@us...> -[W] - index.php, functions.inc, Comment.class - added SKIN and IMAGEURL - placeholders to comment submit form, footer, and index page. - -2003-March-03 11:00AM CST Joe Stewart <joe...@us...> -[BT] - search.php, searchPage.tpl - use getTitle and TITLEBAR template - placeholder. - -2003-March-03 11:00AM CST Joe Stewart <joe...@us...> -[D] - Moved CHANGES to doc/changeHistory/CHANGES-065-070 and reset CHANGES file. </pre></div> http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10 |