OSDN Git Service

newslash/newslash.git
2016-11-04 hylomModel::Journals: add create method
2016-11-04 hylomModel::Tags: set_tag method can use $options->{dbh...
2016-11-04 hylomModel::Submissions: fix pod
2016-11-04 hylomModel::Moderations: add getEntryPopularityForColorLevel...
2016-11-04 hylomModel::Globjs: add 'create' method
2016-11-04 hylomModel::Discussion: fix insertion parameter and error...
2016-11-02 hylomModel::Journals: add create method
2016-11-02 hylomPlugin::UserAuth: add srcids to user object
2016-11-01 hylomController::Submission: fix typo
2016-11-01 hylomWeb: implement journal creation
2016-11-01 hylomjs: fix indenting
2016-11-01 hylomjs: add journal support to editor.js
2016-11-01 hylomController::Journal: implement user journals page
2016-11-01 hylomModel::Journals: fix 'select' method to support query...
2016-11-01 hylomWeb: change submission url
2016-10-31 hylomutils/db_scripts: update sqls
2016-10-31 hylomjs: fix comments.js to work
2016-10-31 hylomutils/db_script: udpate sqls
2016-10-31 hylomController::API::Comment: implement create method done
2016-10-31 hylomModel::Users: fix create_user and _update_users_class
2016-10-31 hylomModel::Comments: 'select' method do not make comment...
2016-10-31 hylomModel::Tags: add some methods from Slash
2016-10-31 hylomutils/db_scripts: update sql files
2016-10-30 hylomController::API::Comment: implement comment post
2016-10-30 hylomModel::Comments: now 'select' method returns Hash,...
2016-10-29 hylomtemplate: use dynamic comment layouting in story page
2016-10-29 hylomjs: add comments.js
2016-10-29 hylomMode::Comments: fix select method
2016-10-29 hylom Controller:Submission: fix to run
2016-10-29 hylomController:API::Comment: add 'get' method
2016-10-29 hylomWeb::Controller::API: reconstruction controllers
2016-10-28 hylomutils/db_scripts: add sql
2016-10-28 hylomWeb: implement /api/v1/comment
2016-10-28 hylomModel::Users: fix _select_rows method
2016-10-28 hylomModel::Vars: fix to run
2016-10-28 hylomModel::SlashUtility: add isAnon method
2016-10-28 hylomModel::Skins: fix to run
2016-10-28 hylomModel::Moderation: fix to run
2016-10-28 hylomModel::Comments: fix create method
2016-10-28 hylomt: add test for /api/v1/story
2016-10-28 hylomModel::Tags: add set_tag, create, select method
2016-10-28 hylomModel::Stories: fix 'create' method to add tags
2016-10-28 hylomModel::Globjs: import some methods from SlashDB
2016-10-28 hylomexternal: fix escape-html symlinks
2016-10-27 hylomModel::Util: fix clean_html and escape_html method
2016-10-27 hylomModel::Users: 'select' can return multiple users inform...
2016-10-27 hylomModel::Submissions: change form item's name
2016-10-27 hylomModel::Stories: fix 'create' method
2016-10-27 hylomutils/db_scripts: update sql for test
2016-10-27 hylomcss: update bootstrap.less
2016-10-27 hylomimplement story editor
2016-10-26 hylomexternal: import and use bootstrap-3.3.7
2016-10-25 hylomModel::SlashUtility: add some functions
2016-10-25 hylomModel::LegacyFirehose: fix to run 'createStory'
2016-10-25 hylomModel::SlashDB: fix type
2016-10-25 hylomModel::Globs: fix typo
2016-10-25 hylomtest-container: run build script as non-root user
2016-10-25 hylomutils/db_scripts: add some SQL files
2016-10-25 hylomutils/db_scripts: fix and add SQLs
2016-10-25 hylomtest-container: add dependents to Dockerfile and run.sh
2016-10-25 hylomt: fix story create test
2016-10-25 hylomModel::SlashDB: fix to run as single module
2016-10-25 hylomModel::LegacyDB: import methods
2016-10-25 hylomModel::Firehose: import methods
2016-10-25 hylomModel: add compatibility modules
2016-10-24 hylomModel::SlashDB: use "$self->getCurrentStatic" instead...
2016-10-24 hylomModel::LegacyDB: add 'getCurrentStatic' method
2016-10-24 hylomModel::Base: add KeyValue-Store support
2016-10-24 hylomPlugin::KeyValueStore: rename config key to store instance
2016-10-24 hylomtest-container: add depends to Dockerfile
2016-10-24 hylomModel: fix Stories, Submissions, SlashDB to implement...
2016-10-22 hylomModel: import MySQL.pm as Slash.pm
2016-10-21 hylomModel::Usres: add 'clearRookie' method and update ...
2016-10-21 hylomModel::Submissions: add 'upsert_param' and 'update...
2016-10-21 hylomModel::Stories: add 'create' method
2016-10-21 hylomModel::LegacyDB: add 'sqlGetColumnData' and 'sqlGetChar...
2016-10-21 hylomModel::Globjs.pm: aadd 'setGlobjAdminnote' method
2016-10-21 hylomModel::Firehose: add 'setFireHose', 'getFireHose',...
2016-10-21 hylomModel::Base: add 'warn' method
2016-10-21 hylomModel: add Skins
2016-10-21 hylomt: add comment.t for comment related tests
2016-10-21 hylomutils/db_scripts: update sqls
2016-10-21 hylomModel::Users: fix 'select' method and add 'update'...
2016-10-21 hylomModel::Submissions: fix perldoc
2016-10-21 hylomModel::Stories: add 'set_dirty' method
2016-10-21 hylomModel::Moderations: add 'undo_moderation' and 'removeMo...
2016-10-21 hylomModel::Comments: implement 'create' method
2016-10-21 hylomModel: add Tags and Vars
2016-10-20 hylomModel: add 'Moderations'
2016-10-20 hylomModel::Comments: update 'create' method
2016-10-20 hylomModel:Users: rewrite "select" method to query users_* db
2016-10-20 hylomutils/db_scripts: update SQLs
2016-10-19 hylomModel::LegacyDB: add 'sqlSelectColArrayref' method
2016-10-19 hylomModel::Comments: add 'firehose_createItemFromComment...
2016-10-19 hylomModel::Base: 'set_error' can recieve errorno argument
2016-10-19 hylomModel: add Firehose
2016-10-19 hylomModel::Comments: add create method
2016-10-18 hylomtest-conteiner/run.sh: add memory limit command line...
2016-10-18 hylomtemplate: update story/story
2016-10-18 hylomModel::Stories: add related and parameters method
next