date | project | content | link |
|---|
| 20:17 yesterday | nucleuscms | 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 yesterday | nucleuscms | 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 yesterday | nucleuscms | 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 Sunday | nucleuscms | Commit by sakamocchi :: r1662 /trunk/nucleus/nucleus/libs/showlist.php: fix some markup error in listplug_table_itemlist(). | # |
| 15:21 Sunday | nucleuscms | Commit by sakamocchi :: r1661 /trunk/nucleus/nucleus/libs/ (ADMIN.php showlist.php): fix some HTML errors | # |
| 14:49 Sunday | nucleuscms | 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 Sunday | nucleuscms | 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 Sunday | nucleuscms | 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 Sunday | nucleuscms | 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 Sunday | nucleuscms | 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 Saturday | nucleuscms | Commit by sakamocchi :: r1655 /trunk/nucleus/nucleus/libs/PLUGIN.php: Just modify the comment for NucleusPlugin class. | # |
| 17:51 Saturday | nucleuscms | 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 Saturday | nucleuscms | Commit by sakamocchi :: r1653 /trunk/nucleus/nucleus/libs/MANAGER.php: Code cleanup for MANAGER.php | # |
| 09:27 Saturday | nucleuscms | 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 03 | nucleuscms | 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 03 | nucleuscms | Commit by sakamocchi :: r1650 /trunk/nucleus/nucleus/libs/i18n.php: Just adding supplements for PHPDocs and review access modifier. | # |
| 12:26 on Feb 01 | nucleuscms | Commit by sakamocchi :: r1649 /trunk/nucleus/nucleus/libs/skinie.php: | # |
| 11:30 on Feb 01 | nucleuscms | Commit by sakamocchi :: r1648 /trunk/nucleus/nucleus/libs/skinie.php: | # |
| 04:41 on Feb 01 | nucleuscms | Commit by sakamocchi :: r1647 /trunk/nucleus/nucleus/plugins/NP_Text.php: | # |
| 14:05 on Jan 29 | nucleuscms | 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(). | # |