Version History
Back to manual
-
Nucleus v1.55 (August 26, 2002)
- ADDED: <%archivedaylist%> and <%otherarchivedaylist%> skinvars (to show archives by day instead of by month)
- FIXED: PHP error on createAccount through action.php
- ADDED: new parseFile-method available in index.php. Allows to parse non-blog pages with skinvars
- FIXED: editing comments with hyperreffed links
- ADDED: 'delete item' option on edit item, plus 'delete item' confirmation screens (also on bookmarklet)
- CHANGED: on multi-blog systems, the admin now only gets to see the blogs for which (s)he is on the team. All other blogs are available through an 'show all blogs...' link
- FIXED: link to recent items after weblogs.com ping was broken
- CHANGED: plugin event call 'PreAddComment' moved to immediately before the item is added to the database
- FIXED: tab-orders were not correct on multiple admin pages
- ADDED: <%itemid%> and <%itemlink%> available on item pages
- FIXED: install.php now works when the PHP option magic_quotes_runtime is enabled
- CHANGED: install.php gives an error when PHP is compiled without MySQL installed
- CHANGED: install.php automatically fills the 'mysql hostname' field when PHP option mysql.default_host is set.
- FIXED: greymatter convert was not putting a reference to the weblog in the comments table.
- CHANGED: added some linebreaks in the login screen of the admin area
- ADDED: new plugin events: PreAddItem, PreUpdateItem, PrepareItemForEdit, PreUpdateComment, PrepareCommentForEdit
- ADDED: JavaScript to hide empty fields when editing templates
- CHANGED: Admin area CSS now uses relative fontsizes and fontsize-keywords (also added trick to make IE5 get it right)
- FIXED: backup was broken :(
- CHANGED: replaced an SQL query that caused problems (NATURAL JOIN replaced by implicit inner join)
- ADDED: <%self%> available in categorylist templates
- ADDED: <%itemtitle%> skinvar available on item-skins
- FIXED: editing a comment you made in a blog that's not your own resulted in a 'disallowed action' error
- FIXED: plugin was listed twice in the list of available skinvars
- ADDED: <%archivedate%> skinvar on archive skins
- FIXED: admininstrators could not edit details of other members
-
Nucleus v1.5 (August 13, 2002)
- ADDED: Introducing plugins (define your own skinvars and templatevars, add event listeners, ...)
- CHANGED: simpler and more accessible default templates/skins
- FIXED: GreyMatter convert now works when the asp_tags option in PHP is enabled
- ADDED: title and authorName fields in Blogger API getRecentItems call
- ADDED: HTML label tags for radio buttons and checkboxes (this way you can click anywhere on the text instead of only on the radio button/checkbox itself)
- FIXED: deleting a comment you made in a blog that's not your own resulted in a 'disallowed action' error (thanks moraes)
- CHANGED: the place where comments are inserted can now be chosen from within the template. Just include <%comments%> in the ITEM templatepart whereever you want the comment count (or comments) to appear. In upgrading, the old ordening is imitated by adding '<%comments%>' to the end of the ITEM template part.
- CHANGED: now trimming parameters that were passed to skinvars/templatevars
- ADDED: <%referer%> skinvar, which inserts HTTP_REFERER
- ADDED: '- New Category -' can now be chosen on add/edit item (only for blog admins). A new category is then created, and the chance is given to edit the category details.
- ADDED: optional attributes for templatevars <%time(format)%>, <%date(format)%>, <%syndicate_title(maxLength)%>, <%syndicate_description(maxLength)%>
- ADDED: new user registrations show up in action log
- ADDED: new option to allow non-members to send messages (the membermailform)
- FIXED: when an admin edits an item written by someone else, and uploads an image, the image is now saved under the original authors media directory
- CHANGED: <%author(realname)%> in item templates now inserts the real name of the author
- FIXED: install.php now works when magic_quotes_gpc is disabled
- ADDED: New settings: PluginURL, MaxUploadSize, ProtectMemNames
- ADDED: hotlinks to the defined skinparts from the skin overview (also gives a good view on which skinparts have been defined and which have not been defined)
- ADDED: <%smartbody%> for item templates, which chooses between showing the body and extended part, based on the extended part being empty or not. Using this, the body text can be your full text, and the extended part could be seen as an 'introduction', which you want to show on the front page. (request from smarko)
- ADDED: <%edit%>, <%editlink%> and <%editpopupcode%> can be used in item templates (and in items themselves) to insert a link to where the item can be edited/deleted. (default setting uses bookmarklet to do this). The edit links only get shown when the user is allowed to edit a certain item (blog admin or item author).
- FIXED: bookmarklet now works correctly when magic_quotes_gpc and register_globals are turned off
- ADDED: PHP and MySQL versions are listed during the installation proces, with warnings when those version numbers are lower than what Nucleus requires
- CHANGED: item parsing method changed, so it's more easily extensible. plugin, parsedinclude, include and phpinclude are now also allowed in some templates. Inside items, there are also 3 allowed variables: 'image', 'media' and 'popup'
- FIXED: image popups didn't work with register_globals disabled
- CHANGED: renamed method: getBlogidFromName -> getBlogIDFromName (consistency)
- ADDED: method selectCategory($name)
- FIXED: Nucleus now handles data correctly when magic_quotes_gpc is disabled (solves some problems with template editing)
- CHANGED: categories in selection box are now sorted by name (tip from katatonik)
- FIXED: Not all tables got exported on backup :( (thanks Xiffy!)
- FIXED: add item form didn't handle keyboard shortcuts correctly (thanks Hop!)
- CHANGED: 'remember me' checkbox is now checked when the information was remembered from before (this way, the cookie gets set again and does not expire)
- FIXED: after a category got selected through skinvar parameters, skinvars applying to all categories also got applied only to the last category that was selected (thanks Xiffy!)
- ADDED: table nucleus_comment got an extra cblog column (redundant) to allow to find the blog that goes with a comment more easily.
- FIXED: email address checking routine (false email addresses like foo@@bar.com were allowed)
- CHANGED: New installations now get a robots.txt file (disallows karma voting/commenting/... by bots)
- CHANGED: JavaScript preview now shows image outlines and popup image links
- CHANGED: searchform now available on ALL skintypes
- FIXED: headers in globalfunctions/SKIN.php now sent _only_ when no other headers have been sent before. Should make including easier.
- CHANGED: RSS-auto-discovery tag in default skin
- CHANGED: formfields got labels (accessibility issue). Also access keys have been defined: L for login, 4 for Search (on windows, actions keys are used together with the ALT key)
- ADDED: left and right box buttons on JS toolbar
- FIXED: truncated entry when login is requested after adding (data didn't get passed on correctly)
- ADDED: <%authorlink%> to template vars for item templates (this one can take catid into account)
- ADDED: $CONF['Self'] => $CONF['ItemURL'], $CONF['IndexURL'], ... to optionally allow people to use different files for items/archives/...
- CHANGED: Now using mysql_fetch_assoc instead of mysql_fetch_array (efficiency)
- CHANGED: The <%searchresults%> and <%othersearchresults%> skintags got an extra parameter to limit the number of results (defaults to 50)
- FIXED: doError did not take into account chosen skin
- FIXED: Commentform not shown anymore for closed items (a message is shown instead)
- CHANGED: Removed all unneccessary javascript: links (deprecated)
- CHANGED: Media: Procentual width and height values are now allowed in image and inline constructs (e.g. <%image(bla.gif|50%|50%|lala)%>)
- FIXED: Blogger API: getPost wasn't returning category name
- FIXED: Blogger API: getRecentPosts wasn't converting linebreaks
- FIXED: surpressed warning on mysql_close
- FIXED: install-script now also accepts email addresses that contain uppercase characters
- FIXED: imported items did not show up in the weblog
- FIXED: blogger api <title> thingie didn't work
- CHANGED: Made all uploaded files be chmodded to 644
- FIXED: template cloning didn't clone all parts
- FIXED: After new user registration, there was a redirect to the members url (use 'desturl' now to indicate destination url)
- ...and a lot of small changes
-
Nucleus v1.1 (April 30, 2002)
- Started assuming that at least PHP 4.0.5 is available. (for older PHP versions, some small code-changes should do the trick)
- Added bookmarklets for Mac/IE5 users and Mozilla. Also, made the title of the page also show up in the title field of the new item. Makes more sense. (thanks to Lenjerie sex shop)
- Made the predefined PHP variables available in scripts called through <%phpinclude(..)%> (thanks to Polskaya for noticing the problem)
- Fixed: <%additemform%> and <%nucleusbutton%> didn't work when admin area was not in a dir named 'nucleus'
- Added: <%sitevar(adminurl)%> and shortcut <%adminurl%> to include the URL of the admin area
- Changed all references to nucleus.demuynck.org into references to nucleuscms.org
- Extra settings: cookie domain, cookie path, secure cookie (for https)
- Instead of stripping tags in comments, < and > are now replaced by their entities (< and >). This way, greater than and lower than signs can be used in comments (inspiration by Steven Verbruggen)
- Added charset to language files, so international character sets can be used when needed (forum)
- Added an extra content-type attribute to skins, so the output type can be set correctly by Nucleus
- Removed the 'headlines' skin and templates. Don't want new users to get too confused.
- Notification emails now also get the senders display name
- All errors now handled by doError method in globalfunctions.php (makes it easier when you want to use your own error handler instead of the error skin)
- Site-members can now override the default site-language setting for the pages they visit
- Added skinvars <%otherarchive%> and <%othersearchresults%> for use on archive/search pages.
- Skinvar <%searchform%> now takes an optional parameter: blogname (for which you want a search form)
- Introducing categories! (new settings; new skinvars category, categorylist and ifcat; new template vars <%category%>, <%catid%> and <%categorylink%>; new optional category params for skinvars blog, otherblog, archive, otherarchive, archivelist, otherarchivelist)
- Fixed: error skin didn't get copied on skin cloning
- Even more new skinvars to make skinning easier: <%todaylink%>, <%archivelink%>, <%prevlink%> and <%nextlink%> (forum)
- Fixed: The install script was giving warnings about uninitialized variables on some PHP configurations
- Moved version history to separate file
- Made upgrade scripts a little more robust and more verbose
- XML-RPC: metaWeblog API support
- XML-RPC: <title> and <category> tags can now be used with the Blogger API (similar to b2)
- Fixed problem with create account (forum)
- Made it so Nucleus still works when using PHP >4.1.0 with register_globals turned off, which is the default setting for new installations (forum)
- Media library: popup now requests login when needed
- Media library: option to auto-prefix uploaded files with date (turned on by default)
- Backup/Restore: backup file name now has date + nucleus.sql renamed to install.sql + extra "I'm sure"-checkbox on restore to avoid errors (forum)
- Javascript toolbar: simpler version available that works in Mozilla
- Fixed: Closed items don't show 'no comments' link anymore (forum)
- Fixed: Drafts items don't result in 'January 1970' entries in archivelist
- Fixed: Added <image> tag to xmlrss skin for new installs. It's required. (defaults to a nucleus logo, up to you to change it)
- Fixed: Error with restore (content with semicolons in it would not get restored)
- Added: Extra notification options
- Archives can now also be accessed by day, and an extra daylink template var is available in date headers
- Fixes in default skin
- As always, lots of small fixes & code rewrites
-
Changes (additions to and
deletions from) language file:
- _SETTINGS_COOKIES_TITLE
- _SETTINGS_COOKIEDOMAIN
- _SETTINGS_COOKIEPATH
- _SETTINGS_COOKIESECURE
- _SKIN_UPDATED
- _TEMPLATE_UPDATED
- _CHARSET
- _MEMBERS_DEFLANG
- _MEMBERS_USESITELANG
- _ADD_CATEGORY
- _ADD_DRAFTNFUTURE
- _ERROR_NOSUCHLANGUAGE
- _ERROR_NOSUCHCATEGORY
- _ERROR_DELETEDEFCATEGORY
- _ERROR_DELETELASTCATEGORY
- _ERROR_BADCATEGORYNAME
- _ERROR_DUPCATEGORYNAME
- _CONFIRMTXT_CATEGORY
- _DELETED_CATEGORY
- _LISTS_TYPE
- _SKIN_TYPE
- _YOURSITE
_LIST_COMMENT_HOST
- _SETTINGS_MEDIA
- _SETTINGS_MEDIAPREFIX
- _SETTINGS_MEMBERS
- _LOGIN_FORGOT
- _TEMPLATE_CATEGORYLIST
- _TEMPLATE_CATHEADER
- _TEMPLATE_CATITEM
- _TEMPLATE_CATFOOTER
- _EBLOG_DEFCAT
- _EBLOG_CAT_TITLE
- _EBLOG_CAT_NAME
- _EBLOG_CAT_DESC
- _EBLOG_CAT_CREATE
- _EBLOG_CAT_UPDATE
- _EBLOG_CAT_UPDATE_BTN
- _EBLOG_NOTIFY_ON
- _EBLOG_NOTIFY_COMMENT
- _EBLOG_NOTIFY_KARMA
- _EBLOG_NOTIFY_ITEM
-
Nucleus v1.0 (March 6, 2002)
- Fixed: width & height of <%image()%> construct
- Changed: windows in popup windows don't have a white border anymore (see forum)
- Fixed: bug with single quotes in image/popup constructs (see message)
- Fixed: fatal error in 'send password' method (thanks to HANK!)
- Fixed: removed some illegal characters from code documentation since they caused parse errors on some systems (thanks to Martin Belle-Isle and Rodrigo Moraes; see forum for extra details)
- Refined: added a note about spaces to the install-script (see forum)
- Added: donate-link on admin page (hey! it's free, I have the right to bug you with this sort of things ;-)
- Changed: it's not possible anymore to create a draft future item. That didn't make sense. You can now choose whether you want to publish a draft item either immediately or in the future when editing the item
- Changed: made it so that the 'disable comments' choice is not offered anymore on add/edit item form when commenting is disabled in the blogsettings
- Fixed: where possible, redirection after commenting is now done to the correct file (instead of index.php)
- Fixed: bug where only superadmins could change usernames/passwords, even if the corresponding option in the settings was set (thx slekke)
- Added: allowed variables for a skinpart now shown when editing skin
- Wrote new re-usable parser that does skin parsing in a way that is more flexible and less prone to errors.
- Changed: passwords now stored in encrypted form
- Optimizing: optimized some queries
- Added: <%otherarchivelist(blogname,templatename)%> in skins
- Added: Blogger Convert
- Added: "shared computer" checkbox on login. Checking this box will make your cookie expire at the end of the session (instead of taking the global site setting) (see forum)
- Added: "remember me" checkbox on comment forms for non-members
- Most language related things are now moved to language files. Now you can roll your own :)
- Added: optional parameters rows/cols in membermailform skinvar
- Added: skinvars: <%phpinclude(file)%> and <%parsedinclude(file)%>. <%plugin%> is now deprecated (in favor of phpinclude). The plugins directory should also not be used anymore (it'll get another function in a later version)
- Added: skinvar <%self%> which includes the filename of the currently executing script (index.php or whatever is sen in $CONF['Self'])
- Automatich hyperlink detection in comments now also recognizes comma's
- Added: selectSkin('name') and selectBlog('name') functions available for use in index.php
- Added: Small restore-guide for the worst case scenario
- Added: A toolbar with markup buttons on add/edit item, plus option to disable it in the settings. When Mozilla is used, Nucleus tries to disable it automatically (since it doesn't work there anyway)
- Fixed: media were not expanded in extended text (thx raoul)
- Changed javascript code of popup help so it works better in Mozilla (thanks to Paul Sowden)
- UI improvements
- New default skin (the old one was just plain ugly :-)
- Small bug-fixes
-
Nucleus v0.96 (December 13, 2001)
- Added: add-item-preview now also in admin area
- Added: action log
- Added: media library and file-upload
- Added: karma votes
- Added: Option to disable loginname/password changing by members
- Added: simple popup windows for image viewing
- Fixed: E-mail address validation check does not longer require addresses to be all lowercase
- Fixed: magic_quotes are now explicitly disabled, solving escaping problems (thanks to Dennis Slagers)
- Fixed: error handling when pinging weblogs.com
- Added: now also storing IP with comments (next to hostname)
- Added: IP banlist (to prevent nasty people from commenting/voting)
- Changed: Notification mails now include the item's title
- Changed: Weblogs can only be deleted by super-admins
- Changed: XML-RPC for PHP v1.02
- Added: Small guide to changing/setting filepermission in docs
- Changed: Upgrade and conversion scripts now get packed separately
- Fixed: For error skins, the default skin is used now instead of 'default' (thanks to Slekke)
- Fixed: The code to insert the Nucleus button was not XHTML (strict) compliant, oh my!
- GM Conversion: The conversion of {{popup}} now works correctly (and copies image files to the media dir)
- Fixed: a minor bug in XML-RPC call blogger.getUsersBlogs
- Fixed: a major bug in XML-RPC call blogger.getRecentPosts
- Fixed: problem concerning template editing and the XML-RPC call blogger.setTemplate
-
Nucleus v0.95 (October 10, 2001)
- Added: per-blog setting to enable/disable line break conversion
- Added: per-blog setting to send a ping to Userland (weblogs.com) when you update your blog. This way, you'll be able to end up in the weblogs.com update-list
- Switched to v1.01 of the XML-RPC for PHP libs (was v1.0)
- Upgrade scripts are available (for upgrade from versions < 0.95 to v0.95)
- Added: <%previtem%> and <%nextitem%> can be used in item-skins
- Some changes in the default database dump
-
Nucleus v0.94 (September 27, 2001)
- Changed: 'Add Item' in admin-area now redirects to blog url (if available)
- Changed: headlines.php and xml-rss.php adapted to behave better in disabled-site situations
- Changed: <%userlink%> got smarter in recognizing e-mail addresses
- Added: tabindices in forms to make traversal with the TAB-button more natural
- Fixed: bookmarklet login did not pass data correctly
- Added: JavaScript to open links in new window (javascrip/opennew.js)
- Added: <%year%> and <%month%> in templates for archivelist-items
- CSS lightly changed because IE6 is a little bit more picky (which is actually a good thing)
- Fixed: popup code (JavaScript) for help-windows (didn't work ok in IE6)
- Added: Description or summary of what you are going to delete on the confirmation screens
- Added: Workaround (for advanced users) to get your archives into search engines (on tips & suggestions page)
- Fixed: A bug in the XML-RPC server
-
Nucleus v0.93 (September 19, 2001)
- Added: friendly error message on error with nucleusdir definition in config.php
- Changed: call_user_func instead of eval
- Added: forms included by skin variables now have class="formfield" and class="formbutton" arguments, to allow more control on the layout
- Created a 'Tips & Suggestions' page next to this manual
- XML-RPC API: added nucleus.addDatedItem method
- XML-RPC API: added nucleus.editItem method
- XML-RPC API: added nucleus.getRecentItems method
- XML-RPC API: added nucleus.getItem method
- Added documentation for XML-RPC nucleus.* methods
- Fix: Search results didn't show the amount of comments. Now they do.
-
Nucleus v0.92 (September 18, 2001)
- GM conversion: {{linkmo and {{emailmo conversion now also works with PHP versions < 4.0.4
- GM conversion: Fixed occasional JavaScript errors with {{linkmo and {{emailmo
- GM conversion: Fixed [read more] bug
- GM conversion: Extra intelligence in choosing URL or e-mail to save as userid for comments
- Added: ?archivelist can now be used without arguments to show the list of archives for the default weblog
- Fixed: Editing comments now does not allow the use of HTML anymore. The same checks as when adding new comments are performed on update attempts.
- Added: check to find out if update file is writable (on changing blogsettings and creating new weblog)
- Changed: hard returns in add item now get converted to line breaks (<br />), Also, modified javascript code that handles preview to behave in the same way.
- Changed: <%commentform%> does not show user and userid fields for logged in users. Instead, it shows the name of the user.
- GM Conversion: {{popup command now also translated (will be converted into a link to the image, not into a popup window!)
- Updated: default templates (?archivelist)
- Changed: E-mail Address Validation Check
-
Nucleus v0.91 (September 15, 2001)
- Improved conversion for GreyMatter blogs. Special markup commands are now recognized. (thanks to Raoul for pointing this out)
-
Nucleus v0.90 [beta 2 release] (September 14, 2001)
- an install-script is now available, no more messing around in shells
- created default skins/templates for a release version
- option to store 'last visit' cookie and to use 'new' indication on items
- ?archivelist=.. request can now also be used with a blogid instead of a blog shortname
- forgotten password reminder
- Bookmarklet can be used without being logged in. A login prompt is shown in that case.
- When not being logged in to the admin area, requested actions are now completed after passing login information. Before, you would always end up at the action overview after passing login information, and your requested action would have gone lost.
- Super-admins now have access to all blogs, even if they are not on the team
- Logtext passed to bookmarklet now gets <br /> added before each newline
- Added little JavaScript to prevent submitting form data twice
- Sample plugin: google referer check
- Conversion script to import GreyMatter blogs included
- Removed 'assign comment to member' feature
- Added toolbar to popup help windows (because of the back/forward buttons)
- Added <%blogurl%> variable for item templates
- bug-fixes
- small esthetic changes
- ...
-
Nucleus v0.80 [beta 1 release] (September 2, 2001)
- XML-RPC Interface implementing the blogger methods
- fixes and code-reorganisation
- popup-help on item pages
- bookmarklets/right click blogging
- the start of something that looks like documentation
-
Nucleus v0.70 [not released] (August 20, 2001)
- mySQL instead of XML
- extensive admin area
- 'member' concept, including blog teams/admins/...
- rewrote most of the code
- skin format slightly changed
- almost ready for public release :)
- adding items with instant preview (when viewing the weblog)
- LOCALE used for time/date notations.
-
Nucleus v0.60 and earlier (since February 2001)
no history (XML versions with limited functions)