Page 1 of 1

Current Snapshot release of phpwcms: 2007/12/05

Posted: Wed 19. Sep 2007, 16:01
by Oliver Georgi
Hi,

[UPDATE]
This section is closed - always use Google Code to check for newer snapshots and/or nightly builds.
[/UPDATE]

I will try to update snapshots as often as useful. These snapshots are - mostly - suitable for productional use.

http://www.phpwcms.org/snapshot/

Oliver

phpwcms Snapshot 2007-10-02

Posted: Tue 2. Oct 2007, 07:08
by Oliver Georgi
Another snapshot release available - no big changes in it. Some fixes and enhancements - also based on some discussions in forum.
http://www.phpwcms.org/snapshot/

Oliver

Posted: Wed 3. Oct 2007, 09:04
by Oliver Georgi
Small fix for login form where underlying javascript function prevents submitting the form in case login/password are inserted.

Oliver

Posted: Sat 6. Oct 2007, 08:58
by Oliver Georgi
And again - another new snapshot 2007-10-06
http://www.phpwcms.org/snapshot/phpwcms-2007-10-06.zip

There are some security related problems solved and some new features included.

Oliver

Posted: Tue 9. Oct 2007, 13:44
by Oliver Georgi
New snapshot 2007-10-09
http://www.phpwcms.org/snapshot/phpwcms-2007-10-09.zip

2007-10-09
[ADD] Content part "teaser" enhanced by cropping for teaser image.
[CHANGE] Default charset switched back to ISO-8859-1. The better setting for most users.

2007-10-08
[FIX] Function get_level_ahref() fixed a little bit for better HTML validation. HTML special chars of attribut's value "href" will be HTML encoded correctly now.
[ADD] New function log_message(type[, message[, userID], IP]]]) to save log message in db. Type can be DEBUG, INFO or ERROR.

2007-10-07
[FIX] Redirect field for article structure was too short - enhanced to 255 input chars.
[ADD] Article listing template rendering enhanced by additional SUMMARY value. Use {SUMMARY:(INT)MAX_WORDS} to limit max used summary words based on template. If word count value is defined for article list (in backend) his value will be used and overwrite template based {SUMMARY:...} value.


Oliver

Posted: Fri 12. Oct 2007, 00:21
by Oliver Georgi
New snapshot 2007-10-11
http://www.phpwcms.org/snapshot/phpwcms-2007-10-11.zip

2007-10-11
[UPDATE] FCKeditor 2.5 Beta implemented. Seems to solve problem with absolute image path too ;-) - I made some changes to FCKedtor's config.
[FIX] Old SPAW config settings removed from $phpwcms['wysiwyg_template'].
[ADD] For article summary, article listing and teaser templates some date related replacement tags implemented: {LIVEDATE} and {KILLDATE}. Use it like the known {DATE}.


Oliver

Posted: Fri 12. Oct 2007, 11:48
by Oliver Georgi
New snapshot 2007-10-12
http://www.phpwcms.org/snapshot/phpwcms-2007-10-12.zip

2007-10-12
[ADD] Thumbnail cropping implemented for content parts "image with text" and old "images".

Very little only ;-)

Oliver

Posted: Fri 19. Oct 2007, 15:28
by Oliver Georgi
and again a new snapshot:
http://www.phpwcms.org/snapshot/phpwcms-2007-10-19.zip

2007-10-19
[ADD] Content part "images <div>" enhanced by some additional replacement tags - have a look at template/inc_default/images.tmpl too see these. Cool way would be to mix these information inside a template with JavaScript or Flash.

2007-10-17
[UPDATE] JW Media Player updated to 3.12

2007-10-14
[ADD] New function sanitize_replacement_tags() which can be used to remove all useless, non-rendered replacement tags.
[FIX] Frontend tag <title> will be rendered without any replacament tag.
[FIX] FCKeditor configuration enhanced for new target directories of specific file types.

2007-10-13
[FIX] Fix for content part "form" where required field validation could fail in case field value returns "0".

Posted: Mon 29. Oct 2007, 23:08
by Oliver Georgi
development goes on...
http://www.phpwcms.org/snapshot/phpwcms-2007-10-29.zip

2007-10-29
[ADD] Article list template enhanced by image related replacement tags: {THUMB_NAME}, {THUMB_REL}, {THUMB_ABS}, {THUMB_WIDTH}, {THUMB_HEIGHT}, {IMAGE_NAME}, {IMAGE_REL}, {IMAGE_ABS}, {IMAGE_WIDTH}, {IMAGE_HEIGHT}. Try [SPACE][/SPACE], [BEFORE][/BEFORE] and [AFTER][/AFTER] too.
[ADD] Article summary template enhanced by image related replacement tags: {THUMB_NAME}, {THUMB_REL}, {THUMB_ABS}, {THUMB_WIDTH}, {THUMB_HEIGHT}, {IMAGE_NAME}, {IMAGE_REL}, {IMAGE_ABS}, {IMAGE_WIDTH}, {IMAGE_HEIGHT}.
[ADD] Content part teaser image related replacement tags: {THUMB_NAME}, {THUMB_REL}, {THUMB_ABS}, {THUMB_WIDTH}, {THUMB_HEIGHT}.
[ADD] Article redirect can now handle timeout, use %URL% %TARGET% %TIMEOUT%. It works for targets only which results in opening a new window. Otherwise it makes no sense.
[ADD] Additional replacement tags for content part ID which is used while content parts are rendered: [%CPID%] or {CPID}.
[ADD] {SHOW_CONTENT:...} enhanced by article ID selection. Mode: AS (sorted as given), ASL (livedate ASC), ASLD (livedate DESC), ASK (killdate ASC), ASKD (killdate DESC), ASC (change date ASC), ASCD (change date DESC), ASR (random). Mode can be enhanced by: MODE|LIMIT|TEMPLATE. Add "P" to mode (ASP or ASLDP...) and sorting will be include priorize article value too.
[FIX] Sitemap should be able now to hide levels whcih are hidden in case user is not logged in frontend

2007-10-28
[ADD] New db wrapper function _dbInsertOrUpdate() to use "INSERT ... ON DUPLICATE KEY UPDATE". For MySQL < 4.1.0 it works around that missing feature.

2007-10-26
[FIX] Recipe search does not return double results anymore
[FIX] Recipe display of ingredients fixed - ingredients whcih were used twice or more often could be dropped.
[FIX] Typing error fixed in line 503-506 of front.func.inc.php.
[ADD] Hide article title now also works for article listing - BUT only for article listing. It does not work anywhere like article menu or {NEW} tag and so on.

2007-10-25
[ADD] Module Shop backend preferences enhanced - shop/cart can now be string too: if ID is given it will link against article ID, if alias is given it links again this level.
[FIX] Replacement tag {URL:...} fixed. False matching value was taken - result was empty.

2007-10-23
[ADD] Linkme.php enhanced by bookmarlet links for: Facebook.com, OneView.de, Folkd.com. Also little encoding optimizations were done.

2007-10-21
[ADD] Module shop preferences enhanced by fields for shop and cart article ID.
[ADD] Search API implemented which can be used to extend modules for search. Modules beeing searchable can be choosen in content part "search" for frontend search.
[ADD] Module shop extended for search.

Oliver