Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [plugin] [ORPHAN] cnk_versioning
I assumed that you are using the default mcw_templates structure…
A check for trailing slashes and other stuff to simplify these things will come next.
Offline
Re: [plugin] [ORPHAN] cnk_versioning
I like this a lot— compared to hcg_templates, it eliminates the extra steps of navigating to Extensions > Templates and reloading the template every time there is a change. Is there a way I can get it to import my style files without changing the file extension to .txp*— keeping the *.css extension recognized by hcg_templates?
Offline
Re: [plugin] [ORPHAN] cnk_versioning
I’ll take your suggestion into account for the next version. Probably I’ll release it tonight.
Offline
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,310
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