OSDN Git Service

newslash/newslash.git
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
2016-10-18 hylomtemplate: fix url in common/article
2016-10-18 hylomController::Index: add debug code
2016-10-18 hylomModel::Stories: add _generalize to generalize story...
2016-10-17 hylomutils/db_scripts/create_tables.pl: execute sql files...
2016-10-17 hylomutils/db_scripts: update sqls
2016-10-17 hylomModel::LegacyDB: add sqlQuote, sqlInsert, sqlDo method
2016-10-13 hylomModel::Globjs: use autocommit
2016-10-13 hylomtemplate: implement submission post
2016-10-13 hylompublic: add vue-resource.min.js
2016-10-12 hylomupdate .gitignore
2016-10-12 hylomtest-container: update Dockerfile
2016-10-12 hylomController::API::Post: implement submission preview
2016-10-12 hylomModel: add Util.pm
2016-10-10 hylomtemplates: implement client-side preview for submission
2016-10-10 hylompublic/jquery: add latest jquery
2016-10-10 hylompublic/js: add files
2016-10-10 hylomexternal: add escape-html.js
2016-10-10 hylomtemporary remove external/escape-html.js
2016-10-10 hylomexternal: update escape-html.js
2016-10-10 hylomcreate 'escape-html.js' submodule
2016-10-08 hylomtemplate: add submission form skeleton
2016-10-08 hylompublic: add vue.js
2016-10-08 hylomcss: enable bootstrap's alert styles
2016-10-08 hylomcss: add submission form related CSS
2016-10-07 hylomutils/db_scripts: update sql
2016-10-07 hylomPlugin::UserAuth: use in-memory cache to cache anonymou...
2016-10-07 hylomPlugin: add TimeLimitedCache
2016-10-07 hylomutils/db_script/create_tables.pl: support data insertion
2016-10-07 hylomutils/db_script: update SQL scripts
2016-10-07 hylomt: add api.t and update testcase
2016-10-07 hylomWeb: add API and Post Controller
2016-10-07 hylomPlugin::UserAuth: add expire param to anonymous user...
2016-10-07 hylomPlugin::TT2Renderer: fix warning message
2016-10-07 hylomPlugin::KeyValueStore: suport expire parameter in set...
2016-10-07 hylomModel::Submission: fix create method, and support ...
2016-10-07 hylomModel::Globjs.pm: fix getGlobjTypes method
2016-10-07 hylomModel::Discussion: fix create method
2016-10-07 hylomModel::Base: add some utility method
2016-10-07 hylomModel: add Urls and LegacyDB
2016-10-06 hylomController::Post: implement post_submission
2016-10-06 hylomModel::Submission: rename insert method to create,...
2016-10-06 hylomPlugin::UserAuth: add ipid and subnetid to user object
2016-10-06 hylomModel::Discussions: implement 'create' method
next