Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [plugin] [ORPHAN] cnk_versioning
Version 0.1.3 saves styles as <filename>.css. If you want to keep the .txp extension, just alter $CNK_VER_EXT_CSS. Users updating their plugins, have to alter either the global or the file extensions, otherwise styles will be deleted from the db!
Offline
#17 2008-07-03 23:19:53
- uli
- Moderator

- From: Cologne
- Registered: 2006-08-15
- Posts: 4,316
Re: [plugin] [ORPHAN] cnk_versioning
chriloi wrote:
Users updating their plugins, have to alter either the global or the file extensions, otherwise styles will be deleted from the db!
Better add this warning to the first post, Christian!
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: [plugin] [ORPHAN] cnk_versioning
I’m getting an interesting error and no actual activity from the plugin (4.0.6, using my localhost with a backed-up copy of my TXP database)
Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE or ‘$’ in /Users/ncaldwell/Sites/retrorocket.dev/textpattern/lib/txplib_misc.php(574) : eval()’d code on line 27
The above errors were caused by the plugin:cnk_versioning
Offline
Re: [plugin] [ORPHAN] cnk_versioning
You’re right uli.
@NickCaldwell: I’m sorry, I uploaded a non-working copy. Please download version 0.1.4.
Offline
Re: [plugin] [ORPHAN] cnk_versioning
chriloi – thanks! It works now, but the initial export doesn’t create file-name extensions, just a trailing period.
Offline
Re: [plugin] [ORPHAN] cnk_versioning
Fixed. Please download 0.1.5.
Offline
Re: [plugin] [ORPHAN] cnk_versioning
OK, the following error message is output when in debugging mode:
Warning: Unknown column ‘file_mod_time’ in ‘field list’ select name,type,IFNULL, 0) as mod_time from txp_form where 1=1 in /Users/ncaldwell/Sites/retrorocket.dev/textpattern/lib/txplib_db.php on line 81
Warning: Unknown column ‘file_mod_time’ in ‘field list’ select name,IFNULL, 0) as mod_time from txp_page where 1=1 in /Users/ncaldwell/Sites/retrorocket.dev/textpattern/lib/txplib_db.php on line 81
Warning: Unknown column ‘file_mod_time’ in ‘field list’ select name,IFNULL, 0) as mod_time from txp_css where 1=1 in /Users/ncaldwell/Sites/retrorocket.dev/textpattern/lib/txplib_db.php on line 81
Offline
Re: [plugin] [ORPHAN] cnk_versioning
Erm, now it’s not outputting the files to the file system at all!
Offline
Re: [plugin] [ORPHAN] cnk_versioning
Sounds like you forgot to run the database install routine. If you did, please check if the column file_mod_time exists for the db tables txp_form, txp_page and txp_css.
Offline
Re: [plugin] [ORPHAN] cnk_versioning
Ah, OK, I see now. I’d humbly suggest that the “Install” link needs a bit more labelling to make it clearer what’s happening. Like “Install into database” or “update database”. I’d also expect something that alters the functionality of a database to be a form input button rather than a link — a link takes you somewhere but a button does something.
Offline
Re: [plugin] [ORPHAN] cnk_versioning
Oh, and please take the criticism in the spirit of being very excited by this plugin and hoping it wins universal fame and acclaim! It’s filling a substantial gap in Textpattern’s functionality.
Offline
Re: [plugin] [ORPHAN] cnk_versioning
I found a bug in the directory checking. If you didn’t specify $CNK_VER_OUTPUT_PATH, please download v 0.1.6.
Offline
Re: [plugin] [ORPHAN] cnk_versioning
NickCaldwell wrote:
It’s filling a substantial gap in Textpattern’s functionality.
+1
Offline
Re: [plugin] [ORPHAN] cnk_versioning
chriloi wrote:
Everytime a front-end page is viewed with production_status != ‘live’, the plugin loads all files to the database, which have a modification timestamp greater than the one stored in the database. Deleted files will also delete forms/pages/css from database. New files will create new pages/forms/css.
Hi, I’m thinking about using this plug-in so I can easily edit forms, pages and stylesheets using an external editor, and maybe to use svn so I can keep versions of each files.
I’ve a few questions:
- when using this plug-in, is it also possible to edit form/pages/stylesheets through the TxP Admin, as always? (reading the text quoted above, I think the answer is “yes”, and so it is possible to keep using the TxP admin for editing)
- if answer is “yes”, then, any modification done on the TxP admin textareas, will be “reflected” (applied) in the corresponding file on the filesystem?
- is it 100% compatible with rvm_css?
Thanks.
Offline
Re: [plugin] [ORPHAN] cnk_versioning
maniqui wrote:
when using this plug-in, is it also possible to edit form/pages/stylesheets through the TxP Admin, as always? (reading the text quoted above, I think the answer is “yes”, and so it is possible to keep using the TxP admin for editing)
No. These tabs are disabled— when you navigate to these sections, Textpattern displays this message: “While cnk_versioning is enabled, this function is disabled.”
Offline