WFDownloads is developed by The SmartFactory (http://www.smartfactory.ca), a division of InBox Solutions (http://www.inboxsolutions.net)

Happy Linux module 1.50



Description:

This module is the library collection for modules distributing in Happy Linux

Download from Japanese sourceforge,
because dev.xoops.ors site is down.

v1.50
1. changed the following feature with the update of RSSC module
(1) support GeoRSS and MediaRSS in rss parser
(2) add media_content_medium in rss builder

v1.41
(1) "Not version xx" in weblinks and rssc
http://linux.ohwada.jp/modules/newbb/viewtopic.php?topic_id=861&forum=5

(2) wrong RSS timestamp
http://linux.ohwada.jp/modules/newbb/viewtopic.php?topic_id=906&forum=8

v1.40
1. changed the following feature with the update of Weblinks module
(1) added pagerank class which get pagerank form Google
(2) added plugin class which handle plugins
(3) added plugin_manage class which manage plugins
(4) added xml_build class which build xml
(5) added kml_build class which build kml
(6) added plugin langauge file

2. lang pack
(1) updated arabic
http://linux2.ohwada.net/modules/newbb/viewtopic.php?topic_id=350&forum=3

(2) updated persian
http://linux2.ohwada.net/modules/newbb/viewtopic.php?topic_id=387&forum=2


v1.30
1. changed the following feature with the update of RSSC module
(1) added rss_view_item class and htmlout function which invalid JavaScript

v1.23
1. support RSS for Piclens
not output media:group tag

2. langugae
updated German. thanks sato-san

3. bug fix
(1) Only variables should be assigned by reference
http://linux.ohwada.jp/modules/newbb/viewtopic.php?topic_id=758&forum=5

(2) unserialize(): Argument is not an string

v1.22
1. bug fix
(1) not show smiley icon in weblinks
http://linux.ohwada.jp/modules/newbb/viewtopic.php?topic_id=746&forum=5

v1.21
1. added table_manage class which manage DB table

v1.20
1. added admin's page
show server enviroment variables

2. changed the following feature with the update of Weblinks module
(1) added module_install class which support onInstall onUpdate

(1) added memory functuion which show memory usage

(2) added xoops_block_check class which check xoops_block table
http://linux.ohwada.jp/modules/newbb/viewtopic.php?topic_id=707&forum=5

(3) change multibyte function which add space after Japanese punctuation mark
(4) change admin class which show module management
(5) bugfix: typo cobe -> cube
http://linux.ohwada.jp/modules/newbb/viewtopic.php?topic_id=700&forum=5

3. changed the following feature with the update of RSSC module
(1) change strings class which replace empty if all space code when build summary
(2) defeat errors in PHP5 E_STRICT level

(3) bugfix: preg_match()
http://linux.ohwada.jp/modules/newbb/viewtopic.php?topic_id=709&forum=9

4. changed the following feature with the update of WhatsNew module
(1) added date class which handle time zone
http://linux.ohwada.jp/modules/newbb/viewtopic.php?topic_id=713&forum=8

(2) added build_cache class which handle template cache
(3) added config language file which handle module configration

4. lang pack
(1) added Italian first version
http://linux2.ohwada.net/modules/newbb/viewtopic.php?topic_id=337&forum=2

(2) added Arabic first version
http://linux2.ohwada.net/modules/newbb/viewtopic.php?topic_id=350&forum=3

(3) updateed Persian v1.11
http://linux2.ohwada.net/modules/newbb/viewtopic.php?topic_id=343&forum=2


v1.11
1. tempolary directory for banner image
http://linux.ohwada.jp/modules/newbb/viewtopic.php?topic_id=694&forum=5

(1) check include /tmp in open_basedir
(2) admin can specify optional directory using preload

2. support PHP 5.2
(1) defeat errors in E_STRICT level
(2) change handling DB in command line mode

3. some bug fix with weblinks module

v1.10
1. changed the following feature with the update of Weblinks module
(1) added mail_template class which edit email template
(2) added mail_form class which show email form
(3) added mail_send class which send email
(4) added language file main.php
(5) changed page_frame class which add op vriable
(6) changed error class which show error message
(7) changed system class which get module list

v1.01
1. bug fix
(1) build_rss.php: Only variables should be assigned by reference
http://dev.xoops.org/modules/xfmod/tracker/?func=detail&aid=4697&group_id=1300&atid=1353
http://linux.ohwada.jp/modules/newbb/viewtopic.php?forum=8&topic_id=681

v1.00
1. Supported MySQL 4.1/5.x
(1) character code setting
http://linux.ohwada.jp/modules/newbb/viewtopic.php?forum=9&topic_id=631
For exsample in Japanese, program fixed ujis (EUC-JP) in character code of MySQL.
Administrator can change character code, setting preload/charset.php.

(2) added following files
- api/bin.php
- preload/_charset.php
- language/english/charset.php
- language/japanese/charset.php

(3) added to set character code in bin_base class

1. changed the following feature with the update of Weblinks module
(1) added sanitize.php which sanitize value
(2) changed strings class which sanitize value
(3) changed object_handler class which get filed name
(4) changed error class whtch highlight error
(5) chnaged config_store_handler which get value
(6) changed html calss which base on W3C

3. RSS parser, RSS builder
(1) added w3cdtf.php which convert W3C date format
(2) changed rss_base_object class which convert date format
(3) changed rss_parse_object class which convert undefined character
(4) changed convert_encoding class and rss_build class which convert UTF-8

4. Multi Langage
(1) added German files
(2) added Germany (de) in locate
http://linux2.ohwada.net/modules/newbb/viewtopic.php?topic_id=323&forum=2

5. bug fix
(1) not sanitize site_url in rss
(2) in form class write by mistake.

v0.91
(1) add to check email format
(2) support GeoRSS and Media RSS

bug fix
(1) 4647: keyword "abc" match "abccc"

v0.90
1. changed the following feature with the update of RSSC module
(1) added admin class which judge XOOPS major version
(2) added extract_word class which extract words from phrase
(3) added kakasi class which handle kakasi
(4) added dir class which handle directory
(5) added bin_file class which handle file for command line
(6) divided 3 class, rss_base, rss_parse, rss_view from rss object class
(7) changed bin_base class which parse command line parameter
(8) changed manage class which modify two or more records
(9) changed file class which append line
(10) adopted debug_print_backtrace() for debug
(11) added 3 api files, rss_paser, rss_builder, admin
(12) added preload direcotry

2. multi language
(1) add Japanese UTF-8 files


v0.80
This module is the library collection for modules distributing in Happy Linux

* changes *
1. changed the following feature with the update of Webliks module
(1) move magpie rss parser class and rss parser class from RSSC module
- magpie_parser
- magpie_cache
- rss_object
- rss_parser
- rss_utility

(2) porting weblog update class from WhatsNew module
- weblog update

(3) move languge file from RSSC module
- rss_view.php

(4) template languge file from RSSC module
- view_rss.html
- view_rdf.html
- view_atom.html

(5) can change site information when building RSS

2. Supported XoopsCube 2.1
(1) added function check to insall legacy module
(2) change site author from "meta_author" to user with uid=1

3. Adapted GIJOE's myblocksadmin
- admin.php
- myblockform.php
- myblocksadmin.php
- mygroupperm.php
- mygrouppermform.php
- blocksadmin.inc.php
- updateblock.inc.php

4. others
(1) set "/tmp" in work directory in UNIX
(2) set 666 in permission, when apache create file,
because admin can delete

5. Multi Languages
added persian files (translated by xoops persian)

* Notice *
I added many files.
Although there are no big problem, but I think that there are any small problem.
Welcome a bug report, a bug solution, and your hack, etc.


v0.70
(1) added time class whitch measure exxcution time
(2) rather change with chnage of Weblinks module

v0.60
1. added the following feature with the update of Webliks module
(1) added object_validate class whitch validate object for saving DB
(2) added debug class whitch show debug variables
(3) added method which split current time into year, month, day in form and strings class

2. language
(1) added language file for lower compatible

3. locate
(1) added Iran (ir)

4. bug fix
(1) 4417: language singleton done not work correctly

v0.50
1. added the following feature with the creation of happy_search module
(1) added method which get XOOPS system variable in search class
(2) added method which get integer array in post class
(3) added method which set checkbox form in object class
(4) added method which handle groupperm table in system class
(5) added method which convert UTF8 in convert_encoding class
(6) added method which implode array in strings class
(7) changed method which escape delmita in highlight class

2. some features for the developer.
(1) TEST object class
(2) TEST config_base class

3. bugfix
(1) 4378: dont strip slashes in conf_value when magic_quotes_gpc is on
(2) 4379: Undefined property: _flag_allow_url_fopen
(3) 4380: Only variables should be assigned by reference

v0.40
added the following feature with the change of RSSC module
(1) support proxy server
(2) change for form of config table
(3) small change for sanitize

v0.32
(1) added persian lang pack
(2) bug fix 4339: Fatal error: Call to undefined function: strcut()

v0.31
(1) added functions for Google search
(2) correct bug to highlight double

v0.30
1. use in weblinks module
added the following feature.

(1) introduced the mechanism of selection countory (Locate) experimentally.
This can be select a language and a country independently.
use ccTLDs for the country code.
http://www.iana.org/cctld/
prepared three country code, Japan (jp), USA (us), United Kingdom (uk).

(2) added file handling class

v0.20
(1) search
(1-1) added hightlight class
reffer SmartSection module
(1-2) added function which build within keywords
(1-3) support fuzzy search (Jananese only)
reffer Amethyst Blue's Search module

(2) added session ticket class (XoopsGTicket)
reffer Perk's Tinyd module

(3) divid html builder class and form library class from form builder class
(4) added RDF/RSS/ATOM builder class
(5) added server environmet class
(6) added each language class
(7) gathered mutibyte function into one file
(8) corrected same typos

overview
This module is adopting the style of the module,
but this provide no application feature.
this is only program library collection.
It works even if you install this module, or not.

The module which is using this
- RSS Center

The module to plan to use in future.
- Weblinks
- What's New

TODO
In the future, I will adopt new framework which will be implemented in XOOPS Cube 2.1.
However, in the present,
the are more platforms such as XOOPS 2.0, 2.2, 2.0 JP, Cube 2.1,
and then I concentrated as the ad hoc program library collection which can be used in the commonness to ther platfoems.

Submitter: ken
Publisher: ohwada
Updated On: Sat, 07-Mar-2009

Version: 1.50
Downloads: 5308
File Size: 351.56 KB

Rating:   (0 Votes)

Reviews:  (0)

Mirrors Available: 0

Download Times:
Modem(56k) : 57s
ISDN(64k) : 50s
DSL(768k) : 4s
LAN(10M) : 0.32s
 
Price: Free | Platform: Xoops 2.0 | License: GNU General Public License (GPL) (v. 2.0) | Limitations: None

Happy Linux User Reviews

Other files by: ken
webphoto module 2.20 (Mon, 28-Jun-2010)
XOOPS RSS Center 1.02 (Sun, 17-May-2009)
xoops timeline module 0.11 (Mon, 13-Apr-2009)
XOOPS Weblinks 1.95 (Thu, 02-Apr-2009)
What's New 2.50 (Tue, 18-Nov-2008)
Liaise 1.26 + Captcha + XCL (Fri, 19-Sep-2008)
Happy Search 0.60 (Sun, 20-Jul-2008)
Google Ajax Maps Module 0.40 (Tue, 26-Feb-2008)
Google PageRank Module (Sat, 09-Feb-2008)
captcha module 0.14 (Sat, 26-Jan-2008)
RSSC headline 1.15 (Sat, 19-Jan-2008)
myalbum + popup + rss + piclens (Sat, 12-Jan-2008)
myalbum + RSS V.020 (Sat, 12-Jan-2008)
myalbum + popup (Sat, 12-Jan-2008)
Google Ajax Search Module 0.11 (Sat, 27-Oct-2007)


The comments are owned by the poster. We aren't responsible for their content.
Donation
If you are satisfied with the distributed softwares, please donate us.
PageRank in each page
http://linux2.ohwada.net/ modules/wfdownloads/singlefile.php?
PageRank 0 PageRank
Main Menu
Login
Username:

Password:


Lost Password?

Register now!