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
09:29 on May 28, 2012
event counters
The last message was received 5.15 days ago at 05:46 on May 23, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 4 messages last week
66 messages so far this month, 84 messages last month
1158 messages since the first one, 7.19 years ago, for an average of 2.27 days between messages
recent messages
dateReversed sort columnprojectcontentlink
05:46 Wednesdaynucleuscms
Commit by sakamocchi :: r1871 /trunk/nucleus/ (benchmark.inc index.php):
REMOVE: benchmark.inc. use <%benchmark%> skin variable instead of this
#
19:20 Tuesdaynucleuscms
Commit by sakamocchi :: r1870 /trunk/nucleus/nucleus/ (libs/MEDIA.php media.php):
ADD: resampling method to Media and MediaObject class

Add:
Media::$thumbdir
Media::$algorism
Media::$image_mime
Media::responseResampledImage()
Media::storeResampledImage()
Media::sort_media_by_filename()

Move:
sort_media() to Media::sort_media_by_timestamp()

MediaObject is rewritten keeping backward compatibility. Some members
and functions are newly added.

Resampling method is based on PHP's default build-in extension, GD library binding.
#
09:44 Tuesdaynucleuscms
Commit by sakamocchi :: r1869 /trunk/nucleus/nucleus/locales/ (13 files):
ADD: new translation file from language repository

From:
http://nucleuscms.org/languages.php

Added:
el_Latn_GR.UTF-8.php
el_Latn_GR.WINDOWS-1253.php
hr_Latn_HR.UTF-8.php
hr_Latn_HR.WINDOWS-1250.php
id_Latn_ID.ISO-8859-1.php
id_Latn_ID.UTF-8.php
ku_Arab_TR.UTF-8.php
pl_Latn_PL.UTF-8.php
ro_Latn_RO.ISO-8859-1.php
ro_Latn_RO.UTF-8.php
sr_Cyrl_RS.UTF-8.php
ur_Arab_PK.UTF-8.php
vi_Latn_VN.UTF-8.php
#
09:34 Tuesdaynucleuscms
Commit by sakamocchi :: r1868 /trunk/nucleus/nucleus/locales/ (40 files):
code cleanup for translation files

rearrangement for comments in each header
#
17:53 on May 20nucleuscms
Commit by sakamocchi :: r1867 /trunk/nucleus/nucleus/media.php:
FIX: new DB handler was not applied in media.php
#
17:44 on May 20nucleuscms
Commit by sakamocchi :: r1866 /trunk/nucleus/nucleus/libs/PLUGIN.php:
FIX: bugs to fail to update options in NucleusPlugin::apply_plugin_options()

1. Mis-written when applying new DB handler
2. original code bugs
#
15:18 on May 20nucleuscms
Commit by sakamocchi :: r1865 /trunk/nucleus/nucleus/libs/BLOG.php:
FIX: invalid JavaScript codes
#
16:01 on May 19nucleuscms
Commit by sakamocchi :: r1864 /trunk/nucleus/nucleus/libs/MEDIA.php:
code cleanup for Media class and MediaObject class
#
15:12 on May 19nucleuscms
Commit by sakamocchi :: r1863 /trunk/nucleus/nucleus/libs/ACTIONS.php:
CHANGE: concatinate if condition in Actions::ifCategory()

For reducing needless SQL querying.
#
08:33 on May 19nucleuscms
Commit by sakamocchi :: r1862 /trunk/nucleus/nucleus/libs/MANAGER.php:
code cleanup for Manager class
#
08:23 on May 19nucleuscms
Commit by sakamocchi :: r1861 /trunk/nucleus/nucleus/convert/greymatter.php:
minor bug fix for previous revision
#
08:09 on May 19nucleuscms
Commit by sakamocchi :: r1860 /trunk/nucleus/nucleus/ (9 files in 3 dirs):
CHANGE: use cache machanism of Manager class to generate Blog object

Manager::getBlog() has cache mechanism. This commit replace
constructor of Blog class to Manager::getBlog() to reduce the number of
SQL query.
#
07:23 on May 19nucleuscms
Commit by sakamocchi :: r1859 /trunk/nucleus/nucleus/libs/ACTIONS.php:
CHANGE: use cache machanism of Manager class to retrieve Item

Manager::getItem() has cache mechanism. This commit replace
Item::getItem() to Manager::getItem() to reduce the number of
SQL query.
#
07:08 on May 19nucleuscms
Commit by sakamocchi :: r1858 /trunk/nucleus/nucleus/ (3 files in 2 dirs):
CHANGE: use cache machanism of Manager class to generate Member object

Manager::getMember() has cache mechanism. This commit replace Member::createFromID() to Manager::getMember() to reduce the number of SQL query.
#
20:29 on May 18nucleuscms
Commit by sakamocchi :: r1857 /trunk/nucleus/nucleus/libs/ (BaseActions.php globalfunctions.php):
ADD: enable <%benchmark%> tag in whole skins.

For work to improving skin/template system. Start time is generated when globalfunctions.php is included.
#
13:51 on May 18nucleuscms
Commit by sakamocchi :: r1856 /trunk/nucleus/nucleus/libs/globalfunctions.php:
ADD: decodePathInfo() in globalfunctions.php to simplifying initializing

split codes into the function for $CONF['URLMode'] != 'pathinfo'.
#
13:47 on May 18nucleuscms
Commit by sakamocchi :: r1855 /trunk/nucleus/extra/fancyurls/special:
code cleanup for /extra/fancyurls/special
#
13:45 on May 18nucleuscms
Commit by sakamocchi :: r1854 /trunk/nucleus/nucleus/libs/BLOG.php:
code cleanup for Blog class
#
13:39 on May 18nucleuscms
Commit by sakamocchi :: r1853 /trunk/nucleus/action.php:
code cleanup for action.php
#
13:39 on May 18nucleuscms
Commit by sakamocchi :: r1852 /trunk/nucleus/nucleus/libs/ACTION.php:
code cleanup for Action class
#