Menu

Code Commit Log


Commit Date  
[r142] by ashaw

Completion of import features for 0.30 and 0.40 data formats.
Cleanup of language elements -- all language items are coded to language
file, no longer hard-coded.
Fixed CSS layout problem in which default template could not scroll in IE
(version 7 at least)
Updated README.txt file to reflect new import features

html/css/slidePresenter.css
html/css/editPresentation.css
html/css/default.css
cli/importSlideFile.php
cli/delPresentation.php
cli/slp_cli_prepend.php
cli/addPresentation.php
cli/importdata.php
cli/delSlide.php
inc/lang/en.php
inc/templates_inc/default.php
inc/templates_inc/upgrade.php
inc/functions.php
inc/templates/previewImport.tpl.php
inc/templates/reviewImport.tpl.php
inc/templates/editPresentation.tpl.php
inc/templates/header.tpl
inc/templates/default.tpl.php
inc/templates/inc_adminArea.tpl
inc/templates/importData.tpl.php
inc/templates/viewUpgrades.tpl.php
inc/templates/footer.tpl
inc/class/class.data_txt.php
inc/class/class.data_DB.php
inc/modules/createNewPresentation.php
inc/modules/mod_import.php
inc/modules/cancelPresentationEdits.php
inc/modules/doUpgrade.php
inc/modules/previewImport.php
inc/modules/doImport.php
inc/modules/deletePresentation.php
inc/modules/viewUpgrades.php
inc/modules/uploadImageFile.php
inc/import/0.30.php
inc/import/0.40.php
importData.php
README.txt
index.php

2008-02-22 00:13:12 Tree
[r141] by ashaw

Setting svn:keywords prop = "Id" on all possible files

2008-01-21 16:55:46 Tree
[r140] by ashaw

adding increment to counter -- fixing bug 1876353.

2008-01-21 16:43:50 Tree
[r139] by ashaw

adding Sample presentation

2007-09-06 22:56:32 Tree
[r138] by ashaw

major stack of changes to add 'import' feature in place of (broken) 'upgrade' feature; this commit does not contain the Sample Presentation. Next one (immediately after this) will.

2007-09-06 22:49:02 Tree
[r137] by ashaw

Rebranding "upgrade" as "import" -- "upgrade" doesn't work as a concept because a new install already has the latest data format and we need to IMPORT the old data into the new install, not upgrade the existing data to something new.

2007-07-27 21:49:34 Tree
[r136] by ashaw

cli/upgrade.php fixed typo: unescaped quotes
README.txt removed line about "upgrades not supported yet"

2007-07-27 21:45:54 Tree
[r135] by ashaw

Now inlcuding current SLP_CODE_VERSION in <meta> tag on all pages.

2007-07-27 21:19:21 Tree
[r134] by ashaw

M html/css/default.css darkened color of "description" class
M cli/slp_cli_prepend.php added SLP_IS_CLI constant definition to record that we're working from the command line
AM cli/upgrade.php new command-line script for upgrading from current data format to next version format
D upgrade removed this directory -- replaced with SLP_DIR/upgrade.php and friends
M inc/lang/en.php added items "upgrade now" and "continue"
M inc/plugins/function.action.php added "caption_suffix" parameter to allow for appending ">>" and the like to action captions
M inc/setup.php added code to set up slidePresenter object ($slp) (moved from index.php)
A inc/upgrade new file for using Web interface to upgrade from current data format to next version format
AM inc/upgrade/0.30_to_0.40.php include file for upgrading from 0.30 format to 0.40 format
AM inc/templates_inc/upgrade.php new template preprocessor for upgrade.tpl.php
M inc/templates/inc_adminArea.tpl added dynamic code for setting form ACTION parameter (since it should point to index.php or upgrade.php depending)
AM inc/templates/upgrade.tpl.php new template for upgrading data from Web interface
M inc/functions.php improved error handling: prettier HTML Format, prettier cli format, better cli checking (now using SLP_IS_CLI);
also added new functions checkDataVersion() and getNextDataVersion()
M inc/class/class.data_txt.php fixed typo/bug in method getDataVersion()
AM inc/versions.inc.php new file for matching data version formats to various slidePresenter code versions
AM inc/modules/doUpgrade.php new module for running data upgrades from the Web interface
M inc/modules/signout.php stopped hardcoding $slp->templateId value (required because sometimes we go to upgrade.php and sometimes to index.php)
M README.txt re-ordered installation/upgrade instructions; included upgrade instructions for version 0.40
M index.php removed definition for SLP_VERSION (it's reduntant to SLP_CODE_VERSION in inc/setup.php); moved $slp (slidePresenter
object) setup code to inc/setup.php; now setting $slp->templateId to "$actionId.tpl.php" only if the tpl exists
AM upgrade.php new file to run in place of index.php when upgrades must be done from the Web interface

2007-07-26 22:47:37 Tree
[r133] by ashaw

updated changelog to match revision 133

2007-07-12 22:11:51 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.