CIA.vc
NucleusCMS
Light, Flexible, Secure. PURE PUBLISHING.
Stats » Projects » NucleusCMS
information
Photo
Nucleus CMS allows you to easily maintain your own weblog(s) on your own server. It offers a system that is easy to install, but still offers maximum flexibility.
syndicateUTC clock
00:45 on Feb 14, 2012
event counters
The last message was received 4.47 hours ago at 20:17 on Feb 13, 2012
0 messages so far today, 3 messages yesterday
3 messages so far this week, 11 messages last week
19 messages so far this month, 45 messages last month
952 messages since the first one, 6.9 years ago, for an average of 2.65 days between messages
recent messages
dateReversed sort columnprojectcontentlink
20:17 yesterdaynucleuscms
Commit by ftruscot :: r1665 /trunk/nucleus/nucleus/ (8 files in 4 dirs):
modify file properties to expand $id$ on a few other files and add $id$ to a couple.
#
19:58 yesterdaynucleuscms
Commit by ftruscot :: r1664 /trunk/nucleus/nucleus/libs/ (4 files in 2 dirs):
Set svn properties on these files to hopefully cause them to expand the $Id$. In svn client, when create a file and add it to repository, we need to set the file to use the svn:keywords Id, Date, Revision, Author and use svn:eol of native.
#
19:48 yesterdaynucleuscms
Commit by ftruscot :: r1663 /trunk/nucleus/nucleus/libs/ (Link.php i18n.php sql/pdo.php):
add $Id$ to i18n.php
Fix $Id$ in Link.php
Change EOL to DOS in pdo.php as test for $Id$ expansion.
#
15:45 Sundaynucleuscms
Commit by sakamocchi :: r1662 /trunk/nucleus/nucleus/libs/showlist.php:
fix some markup error in listplug_table_itemlist().
#
15:21 Sundaynucleuscms
Commit by sakamocchi :: r1661 /trunk/nucleus/nucleus/libs/ (ADMIN.php showlist.php):
fix some HTML errors
#
14:49 Sundaynucleuscms
Commit by sakamocchi :: r1660 /trunk/nucleus/nucleus/language/ (4 files):
REMOVE: _HTML_XML_NAME_SPACE_AND_LANG_CODE from translation files

With the commit of revision 1659, this statement is needless.
#
14:43 Sundaynucleuscms
Commit by sakamocchi :: r1659 /trunk/nucleus/nucleus/ (3 files in 2 dirs):
CHANGE: code cleanup for ADMIN::pagehead(), ADMIN::pagefoot(), ADMIN::action_systemoverview() and some functions.

Modify output html and style sheet but not enough because still including needless DIV elements.
#
02:13 Sundaynucleuscms
Commit by gregorlove :: r1658 /trunk/nucleus/nucleus/libs/sql/mysql.php:
Small test. The $Id$ parameter wasn't expanded by SVN last time for some reason? Pretty sure something isn't right here. Still not expanding.
#
02:12 Sundaynucleuscms
Commit by gregorlove :: r1657 /trunk/nucleus/nucleus/libs/sql/mysql.php:
Small test. The $Id$ parameter wasn't expanded by SVN last time for some reason?
#
02:06 Sundaynucleuscms
Commit by gregorlove :: r1656 /trunk/nucleus/nucleus/libs/sql/mysql.php:
Add $new_link paramater to sql_connect_args. Bit of code cleanup.
#
18:02 Saturdaynucleuscms
Commit by sakamocchi :: r1655 /trunk/nucleus/nucleus/libs/PLUGIN.php:
Just modify the comment for NucleusPlugin class.
#
17:51 Saturdaynucleuscms
Commit by sakamocchi :: r1654 /trunk/nucleus/ (4 files in 2 dirs):
CHANGE: define NucleusPlugin as abstruct class
CHANGE: make NucleusPlugin::$plugid as a protected member
CHANGE: rename NucleusPlugin::_applyPluginOptions() as NucleusPlugin::apply_plugin_options()
ADD: NucleusPlugin::setID()

Since Nucleus CMS obsoleted its support for PHP4, NucleusPlugin can be an abstruct class. Reviewing its members and methods, NucleusPlugin::$plugid should be a protected member. Some plugins directly referring to it should use NucleusPlugin::getID() and NucleusPlugin::setID() instead of NucleusPlugin::$plugid.
#
09:57 Saturdaynucleuscms
Commit by sakamocchi :: r1653 /trunk/nucleus/nucleus/libs/MANAGER.php:
Code cleanup for MANAGER.php
#
09:27 Saturdaynucleuscms
Commit by sakamocchi :: r1652 /trunk/nucleus/nucleus/ (3 files in 2 dirs):
CHANGE: Code clean-up for showlist.php and related change of CSS for admin area.

Code cleanup for showlist.php following XHTML 1.1. This reflect its rendering so I change some CSS selectors for table element in ADMIN page.
#
18:18 on Feb 03nucleuscms
Commit by sakamocchi :: r1651 /trunk/nucleus/ (9 files in 3 dirs):
CHANGE: push install scripts into install directory and modify its codes running correctly

modification is related to locale.
#
13:26 on Feb 03nucleuscms
Commit by sakamocchi :: r1650 /trunk/nucleus/nucleus/libs/i18n.php:
Just adding supplements for PHPDocs and review access modifier.
#
12:26 on Feb 01nucleuscms
Commit by sakamocchi :: r1649 /trunk/nucleus/nucleus/libs/skinie.php:
FIX: Also failing to import skins

Modify my typo as SKINIMPORT::elment() at revision 1628...

http://nucleuscms.svn.sourceforge.net/viewvc/nucleuscms?view=revision&revision=1628
#
11:30 on Feb 01nucleuscms
Commit by sakamocchi :: r1648 /trunk/nucleus/nucleus/libs/skinie.php:
FIX: Failing to import skins

With my commit at revision 1628, skin import always failed if i18n::get_current_charset() equals UTF-8/US-ASCII/ISO-8859-1 because no characters is push into object then.

http://nucleuscms.svn.sourceforge.net/viewvc/nucleuscms?view=revision&revision=1628
#
04:41 on Feb 01nucleuscms
Commit by sakamocchi :: r1647 /trunk/nucleus/nucleus/plugins/NP_Text.php:
FIX: add missing terminator (;).

This is just a bug fix which I generated with revision 1645.
http://nucleuscms.svn.sourceforge.net/viewvc/nucleuscms?view=revision&revision=1645
#
14:05 on Jan 29nucleuscms
Commit by sakamocchi :: r1646 /trunk/nucleus/nucleus/libs/ACTION.php:
FIX: preventing a warning 'Deprecated: Call-time pass-by-reference has been deprecated' in ACTION class.

ACTION::createAccount() generated this warning because of the referenced argument for $manager->notify().
#