# # ChangeLog for /trunk/config # # Generated by Trac 0.10.4 # 05/20/13 09:46:08 # 12/17/05 10:07:41 fabien [44] * trunk/config/schema.xml (modified) * trunk/data/sql/schema.sql (modified) * trunk/frontend/config/routing.yml (modified) * trunk/frontend/lib/myLoginValidator.class.php (modified) * trunk/frontend/lib/myUser.class.php (modified) * trunk/frontend/modules/api (added) * trunk/frontend/modules/api/actions (added) * trunk/frontend/modules/api/actions/actions.class.php (added) * trunk/frontend/modules/api/config (added) * trunk/frontend/modules/api/config/.sf (added) * trunk/frontend/modules/api/config/view.yml (added) * trunk/frontend/modules/api/lib (added) * trunk/frontend/modules/api/lib/.sf (added) * trunk/frontend/modules/api/templates (added) * trunk/frontend/modules/api/templates/errorSuccess.php (added) * trunk/frontend/modules/api/templates/questionSuccess.php (added) * trunk/frontend/modules/api/validate (added) * trunk/frontend/modules/api/validate/.sf (added) * trunk/frontend/modules/user/actions/actions.class.php (modified) * trunk/frontend/modules/user/templates/showSuccess.php (modified) * trunk/frontend/modules/user/validate/update.yml (added) * trunk/lib/model/UserPeer.php (modified) * trunk/lib/model/map/UserMapBuilder.php (modified) * trunk/lib/model/om/BaseUser.php (modified) * trunk/lib/model/om/BaseUserPeer.php (modified) day 17 modifications 12/16/05 13:24:32 fabien [42] * trunk/config/schema.xml (modified) * trunk/data/sql/schema.sql (modified) * trunk/frontend/config/app.yml (modified) * trunk/lib/model/Question.php (modified) * trunk/lib/model/QuestionPeer.php (modified) * trunk/web/css/main.css (modified) * trunk/web/favicon.ico (added) some minor tweaks 12/16/05 10:09:27 fabien [40] * trunk/config/propel.ini (modified) * trunk/config/properties.ini (modified) * trunk/config/rsync_exclude.txt (modified) * trunk/frontend/config/app.yml (modified) * trunk/frontend/config/filters.yml (modified) * trunk/frontend/lib/myTagFilter.class.php (added) * trunk/frontend/modules/answer/templates/_answer.php (modified) * trunk/frontend/modules/content/actions/actions.class.php (modified) * trunk/frontend/modules/content/templates/aboutSuccess.php (modified) * trunk/frontend/modules/feed/actions/actions.class.php (modified) * trunk/frontend/modules/question/actions/actions.class.php (modified) * trunk/frontend/modules/tag/actions/actions.class.php (modified) * trunk/frontend/templates/layout.php (modified) * trunk/lib/model/AnswerPeer.php (modified) * trunk/lib/model/Question.php (modified) * trunk/lib/model/QuestionPeer.php (modified) * trunk/lib/model/QuestionTagPeer.php (modified) * trunk/lib/model/User.php (modified) * trunk/web/css/main.css (modified) added filters + some refactoring (model) 12/12/05 19:54:21 fabien [31] * trunk/config/schema.xml (modified) * trunk/data/fixtures/test_data.yml (modified) * trunk/frontend/config/routing.yml (modified) * trunk/frontend/lib/helper/QuestionHelper.php (modified) * trunk/frontend/modules/question/config/view.yml (added) * trunk/frontend/modules/question/templates/_question_list.php (modified) * trunk/frontend/modules/sidebar/actions/actions.class.php (modified) * trunk/frontend/modules/sidebar/templates/questionSuccess.php (added) * trunk/frontend/modules/tag (added) * trunk/frontend/modules/tag/actions (added) * trunk/frontend/modules/tag/actions/actions.class.php (added) * trunk/frontend/modules/tag/config (added) * trunk/frontend/modules/tag/config/.sf (added) * trunk/frontend/modules/tag/lib (added) * trunk/frontend/modules/tag/lib/.sf (added) * trunk/frontend/modules/tag/templates (added) * trunk/frontend/modules/tag/templates/_question_tags.php (added) * trunk/frontend/modules/tag/templates/showSuccess.php (added) * trunk/frontend/modules/tag/validate (added) * trunk/frontend/modules/tag/validate/.sf (added) * trunk/lib/Tag.class.php (added) * trunk/lib/model/Question.php (modified) * trunk/lib/model/QuestionPeer.php (modified) * trunk/lib/model/QuestionTag.php (added) * trunk/lib/model/QuestionTagPeer.php (added) * trunk/lib/model/map/QuestionTagMapBuilder.php (added) * trunk/lib/model/om/BaseQuestion.php (modified) * trunk/lib/model/om/BaseQuestionTag.php (added) * trunk/lib/model/om/BaseQuestionTagPeer.php (added) * trunk/lib/model/om/BaseUser.php (modified) * trunk/test/frontend/tagActionsTest.php (added) day 13 modifications 12/08/05 10:47:03 fabien [23] * trunk/config/schema.xml (modified) * trunk/data/fixtures/test_data.yml (modified) * trunk/data/sql/schema.sql (modified) * trunk/frontend/config/app.yml (modified) * trunk/frontend/config/routing.yml (modified) * trunk/frontend/lib/helper/AnswerHelper.php (modified) * trunk/frontend/lib/helper/GlobalHelper.php (added) * trunk/frontend/lib/helper/QuestionHelper.php (modified) * trunk/frontend/modules/answer/templates/_list.php (modified) * trunk/frontend/modules/answer/templates/recentSuccess.php (modified) * trunk/frontend/modules/question/templates/_question_list.php (modified) * trunk/frontend/modules/question/templates/showSuccess.php (modified) * trunk/frontend/modules/sidebar/templates/defaultSuccess.php (modified) * trunk/frontend/modules/user/actions/actions.class.php (modified) * trunk/frontend/modules/user/templates/listInterestedBySuccess.php (modified) * trunk/frontend/templates/layout.php (modified) * trunk/lib/markdown.php (added) * trunk/lib/model/Answer.php (modified) * trunk/lib/model/Question.php (modified) * trunk/lib/model/UserPeer.php (modified) * trunk/lib/model/map/AnswerMapBuilder.php (modified) * trunk/lib/model/map/QuestionMapBuilder.php (modified) * trunk/lib/model/om/BaseAnswer.php (modified) * trunk/lib/model/om/BaseAnswerPeer.php (modified) * trunk/lib/model/om/BaseQuestion.php (modified) * trunk/lib/model/om/BaseQuestionPeer.php (modified) day 9 modifications 12/07/05 11:31:28 fabien [20] * trunk/config/schema.xml (modified) * trunk/data/sql/schema.sql (modified) * trunk/frontend/config/view.yml (modified) * trunk/frontend/lib/helper/AnswerHelper.php (modified) * trunk/frontend/lib/helper/UserHelper.php (added) * trunk/frontend/modules/answer/templates/_list.php (modified) * trunk/frontend/modules/answer/templates/_vote_user.php (added) * trunk/frontend/modules/question/templates/_interested_user.php (modified) * trunk/frontend/modules/question/templates/_question_list.php (modified) * trunk/frontend/modules/user/actions/actions.class.php (modified) * trunk/frontend/modules/user/config/view.yml (added) * trunk/frontend/modules/user/templates/interestedSuccess.php (added) * trunk/frontend/modules/user/templates/voteSuccess.php (added) * trunk/frontend/templates/layout.php (modified) * trunk/lib/model/Answer.php (modified) * trunk/lib/model/map/RelevancyMapBuilder.php (modified) * trunk/lib/model/om/BaseRelevancy.php (modified) * trunk/lib/model/om/BaseRelevancyPeer.php (modified) * trunk/web/css/main.css (modified) * trunk/web/images/indicator.gif (added) day 8 modifications 12/06/05 09:28:05 fabien [16] * trunk/config/schema.xml (modified) * trunk/data/fixtures/test_data.yml (modified) * trunk/data/sql/schema.sql (modified) * trunk/frontend/lib/myLoginValidator.class.php (added) * trunk/frontend/lib/myUser.class.php (modified) * trunk/frontend/modules/question/config (added) * trunk/frontend/modules/question/config/security.yml (added) * trunk/frontend/modules/user/actions/actions.class.php (modified) * trunk/frontend/modules/user/templates/loginSuccess.php (modified) * trunk/frontend/modules/user/validate/login.yml (added) * trunk/lib/model/User.php (modified) * trunk/lib/model/map/UserMapBuilder.php (modified) * trunk/lib/model/om/BaseAnswer.php (modified) * trunk/lib/model/om/BaseAnswerPeer.php (modified) * trunk/lib/model/om/BaseInterest.php (modified) * trunk/lib/model/om/BaseInterestPeer.php (modified) * trunk/lib/model/om/BaseQuestion.php (modified) * trunk/lib/model/om/BaseQuestionPeer.php (modified) * trunk/lib/model/om/BaseRelevancy.php (modified) * trunk/lib/model/om/BaseRelevancyPeer.php (modified) * trunk/lib/model/om/BaseUser.php (modified) * trunk/lib/model/om/BaseUserPeer.php (modified) * trunk/web/css/main.css (modified) day 6 modifications 12/04/05 13:34:55 fabien [12] * trunk/batch/load_data.php (modified) * trunk/config/schema.xml (modified) * trunk/config/schema.xml.sample (deleted) * trunk/data/fixtures/test_data.yml (modified) * trunk/data/sql/schema.sql (modified) * trunk/frontend/config/routing.yml (modified) * trunk/frontend/modules/question/actions/actions.class.php (modified) * trunk/frontend/modules/question/templates/_interested_user.php (added) * trunk/frontend/modules/question/templates/listSuccess.php (modified) * trunk/frontend/modules/question/templates/showSuccess.php (modified) * trunk/lib/model/Answer.php (modified) * trunk/lib/model/Interest.php (modified) * trunk/lib/model/Question.php (modified) * trunk/lib/model/Relevancy.php (modified) * trunk/lib/model/User.php (modified) * trunk/lib/model/map/AnswerMapBuilder.php (modified) * trunk/lib/model/map/QuestionMapBuilder.php (modified) * trunk/lib/model/om/BaseAnswer.php (modified) * trunk/lib/model/om/BaseAnswerPeer.php (modified) * trunk/lib/model/om/BaseInterest.php (modified) * trunk/lib/model/om/BaseInterestPeer.php (modified) * trunk/lib/model/om/BaseQuestion.php (modified) * trunk/lib/model/om/BaseQuestionPeer.php (modified) * trunk/lib/model/om/BaseRelevancy.php (modified) * trunk/lib/model/om/BaseRelevancyPeer.php (modified) * trunk/lib/model/om/BaseUser.php (modified) * trunk/lib/model/om/BaseUserPeer.php (modified) * trunk/lib/myTools.class.php (added) day 4 modifications 12/02/05 11:31:15 fabien [4] * trunk/config/propel.ini (modified) * trunk/config/schema.xml (added) * trunk/data/sql/schema.sql (added) * trunk/data/sql/sqldb.map (added) * trunk/frontend/config/orm.yml (modified) * trunk/frontend/modules/question (added) * trunk/frontend/modules/question/actions (added) * trunk/frontend/modules/question/actions/actions.class.php (added) * trunk/frontend/modules/question/templates (added) * trunk/frontend/modules/question/templates/editSuccess.php (added) * trunk/frontend/modules/question/templates/listSuccess.php (added) * trunk/frontend/modules/question/templates/showSuccess.php (added) * trunk/lib/model (added) * trunk/lib/model/Answer.php (added) * trunk/lib/model/AnswerPeer.php (added) * trunk/lib/model/Interest.php (added) * trunk/lib/model/InterestPeer.php (added) * trunk/lib/model/Question.php (added) * trunk/lib/model/QuestionPeer.php (added) * trunk/lib/model/Relevancy.php (added) * trunk/lib/model/RelevancyPeer.php (added) * trunk/lib/model/User.php (added) * trunk/lib/model/UserPeer.php (added) * trunk/lib/model/map (added) * trunk/lib/model/map/AnswerMapBuilder.php (added) * trunk/lib/model/map/InterestMapBuilder.php (added) * trunk/lib/model/map/QuestionMapBuilder.php (added) * trunk/lib/model/map/RelevancyMapBuilder.php (added) * trunk/lib/model/map/UserMapBuilder.php (added) * trunk/lib/model/om (added) * trunk/lib/model/om/BaseAnswer.php (added) * trunk/lib/model/om/BaseAnswerPeer.php (added) * trunk/lib/model/om/BaseInterest.php (added) * trunk/lib/model/om/BaseInterestPeer.php (added) * trunk/lib/model/om/BaseQuestion.php (added) * trunk/lib/model/om/BaseQuestionPeer.php (added) * trunk/lib/model/om/BaseRelevancy.php (added) * trunk/lib/model/om/BaseRelevancyPeer.php (added) * trunk/lib/model/om/BaseUser.php (added) * trunk/lib/model/om/BaseUserPeer.php (added) day 2 modifications 12/01/05 16:48:35 fabien [2] * trunk/SYMFONY (added) * trunk/batch (added) * trunk/batch/.sf (added) * trunk/cache (added) * trunk/cache/.sf (added) * trunk/config (added) * trunk/config/apache.conf (added) * trunk/config/config.php (added) * trunk/config/doc_footer.html (added) * trunk/config/doc_header.html (added) * trunk/config/doxygen.cfg (added) * trunk/config/propel.ini (added) * trunk/config/properties.ini (added) * trunk/config/rsync_exclude.txt (added) * trunk/config/schema.xml.sample (added) * trunk/data (added) * trunk/data/.sf (added) * trunk/data/model (added) * trunk/data/model/.sf (added) * trunk/data/sql (added) * trunk/data/sql/.sf (added) * trunk/doc (added) * trunk/doc/.sf (added) * trunk/frontend (added) * trunk/frontend/config (added) * trunk/frontend/config/app.yml (added) * trunk/frontend/config/cache.yml (added) * trunk/frontend/config/config.php (added) * trunk/frontend/config/databases.yml (added) * trunk/frontend/config/factories.yml (added) * trunk/frontend/config/filters.yml (added) * trunk/frontend/config/logging.yml (added) * trunk/frontend/config/orm.yml (added) * trunk/frontend/config/routing.yml (added) * trunk/frontend/config/security.yml (added) * trunk/frontend/config/settings.yml (added) * trunk/frontend/config/tidy.conf (added) * trunk/frontend/config/view.yml (added) * trunk/frontend/i18n (added) * trunk/frontend/i18n/.sf (added) * trunk/frontend/i18n/global (added) * trunk/frontend/i18n/global/.sf (added) * trunk/frontend/lib (added) * trunk/frontend/lib/myAction.class.php (added) * trunk/frontend/lib/myConsoleController.class.php (added) * trunk/frontend/lib/myConsoleRequest.class.php (added) * trunk/frontend/lib/myFrontWebController.class.php (added) * trunk/frontend/lib/myUser.class.php (added) * trunk/frontend/lib/myView.class.php (added) * trunk/frontend/lib/myWebRequest.class.php (added) * trunk/frontend/modules (added) * trunk/frontend/modules/.sf (added) * trunk/frontend/templates (added) * trunk/frontend/templates/error.php (added) * trunk/frontend/templates/error.txt (added) * trunk/frontend/templates/layout.php (added) * trunk/lib (added) * trunk/lib/.sf (added) * trunk/log (added) * trunk/log/.sf (added) * trunk/test (added) * trunk/test/frontend (added) * trunk/web (added) * trunk/web/.htaccess (added) * trunk/web/css (added) * trunk/web/css/main.css (added) * trunk/web/error.php (added) * trunk/web/frontend_dev.php (added) * trunk/web/images (added) * trunk/web/images/.sf (added) * trunk/web/index.php (added) * trunk/web/js (added) * trunk/web/js/.sf (added) * trunk/web/robots.txt (added) * trunk/web/unavailable.html (added) * trunk/web/uploads (added) * trunk/web/uploads/.sf (added) * trunk/web/uploads/assets (added) * trunk/web/uploads/assets/.sf (added) initial import