Slow and Steady… (original) (raw)

./episode-delete.php now has basic functionality (deletes 1 episode at a time by changing the status from 'created' to 'deleted').

Work continues on moving all of the configuration information from ./includes/config.inc.php into the database itself. The only configuration information that will remain in ./includes/config.inc.php is that which is needed to connect to the database, along with any overrides (none will be provided in the default distribution, but they will allow those users that are more comfortable editing text files to make changes that would normally have to be done in the database).


Any suggestions regarding ways to help spread the code and let the rest of you work on it would be greatly appreciated.

On a separate project I have found a very simple way to store configuration options in the database, instead of just in ./includes/config.inc.php,…

Well I think it's about time I posted something here. So what I've been working on lately... although very slowly... is an avatar page that will be…

Since the phpStory development group has decided that phpStory should allow for deleted episodes to be moved to a temporary storage place outside of…