Commit Graph

  • 16f9f50f50 SVN commits are now stored in the database, and added to the activity view and the search engine. New commits are automatically retrieved and stored when consulting the repository in the app. This behaviour can be disabled by unchecking 'Autofecth commits' in configuration settings. Commits can be fetched offline by running (recommanded at least for the initial import of past commits): ruby script/runner "Repository.fetch_changesets" It will load commits for all of the repositories. Jean-Philippe Lang 2007-03-25 12:12:15 +00:00
  • 6f1dcdc08f updated INSTALL doc with rake db:migrate instead of the deprecated rake migrate Jean-Philippe Lang 2007-03-24 20:09:07 +00:00
  • 3cd50da3b0 text formatting setting cached at controller level Jean-Philippe Lang 2007-03-24 09:16:33 +00:00
  • 0125ec3b48 removed td padding Jean-Philippe Lang 2007-03-23 23:50:12 +00:00
  • 7611f52faf added some parenthesis Jean-Philippe Lang 2007-03-23 19:03:22 +00:00
  • 669b2342ff added some parenthesis in views Jean-Philippe Lang 2007-03-23 19:00:48 +00:00
  • 1493c2a9b4 added roadmap and activity calls in projects functional tests Jean-Philippe Lang 2007-03-23 15:58:53 +00:00
  • 724ca74f51 patch #9429 Display Wiki edits in activity log (Nick Read) Jean-Philippe Lang 2007-03-23 15:58:02 +00:00
  • 76d4ac17a2 added 999 as a maximum for time entry hours Jean-Philippe Lang 2007-03-23 13:11:47 +00:00
  • 8d54d97007 Simple time tracking functionality added. Time can be logged at issue or project level. There's no aggregation reports for now, it's just possible to see all time entries for a project or an issue. A new "activities" enumeration is added. Permission for a role to log time must be set (new "Time tracking" section in role permissions screen). Jean-Philippe Lang 2007-03-23 12:22:31 +00:00
  • 583680fd91 added migration scripts and permissions for time tracking Jean-Philippe Lang 2007-03-23 11:19:24 +00:00
  • 1f2cbee0aa added issue validation on time_entry Jean-Philippe Lang 2007-03-23 10:50:42 +00:00
  • 6f6201f906 added activities enumeration for time tracking Jean-Philippe Lang 2007-03-23 10:45:50 +00:00
  • 4a1bf9fe1b time tracking initial commit (unstable) Jean-Philippe Lang 2007-03-23 10:38:09 +00:00
  • 7cf2d889d8 native eol property set on lang files Jean-Philippe Lang 2007-03-23 08:15:22 +00:00
  • 59a2d1c974 closed issues are now striked on roadmap Jean-Philippe Lang 2007-03-23 08:13:59 +00:00
  • 5108a9c6fe german translation improved (thanks to Daniel Weinand) Jean-Philippe Lang 2007-03-23 08:13:33 +00:00
  • 6e98df0e28 fixed #9397 Roadmap - Distinguishing open and closed issues (closed) is added at the end of closed issue subjects Jean-Philippe Lang 2007-03-21 18:56:47 +00:00
  • f3f75f557a added some diagnostic information on admin/info Jean-Philippe Lang 2007-03-20 20:03:27 +00:00
  • 8bf5759d26 fixed #9398 RSS feed on custom reports not displaying subproject changes Jean-Philippe Lang 2007-03-20 18:55:33 +00:00
  • cbf797ed95 removed a non matching closing select tag Jean-Philippe Lang 2007-03-20 18:37:53 +00:00
  • 17c4d733d0 fixed #9403 Include "Fixed version" when creating a new issue Jean-Philippe Lang 2007-03-20 18:37:21 +00:00
  • dd52fb7e2e accidentally committed a database name change... Jean-Philippe Lang 2007-03-20 18:34:07 +00:00
  • b1f5103c75 fixed #9401 New Wiki, cannot create new page (good one) Jean-Philippe Lang 2007-03-20 18:14:23 +00:00
  • f19e8af33b fixed #9404 Issue and revision textile links in issue notes Jean-Philippe Lang 2007-03-20 18:09:14 +00:00
  • a559c0cfc2 fixed #9401 New Wiki, cannot create new page. Jean-Philippe Lang 2007-03-20 17:41:04 +00:00
  • 5132252daa added "return false;" for onclick event on unclickable menu items Jean-Philippe Lang 2007-03-20 17:38:34 +00:00
  • dfb81dd89c added back "subproject" filter on issue list Jean-Philippe Lang 2007-03-19 20:31:02 +00:00
  • 59e3802c74 fixed migration scripts to work with mysql 5 running in strict mode Jean-Philippe Lang 2007-03-19 18:12:35 +00:00
  • a1d2acd574 fixed #9374 Edit issue doesn't have blank category Jean-Philippe Lang 2007-03-19 17:46:02 +00:00
  • 8bb60b6474 added a status filter on users/list Jean-Philippe Lang 2007-03-18 20:44:33 +00:00
  • 143be7ee02 added a setting option to set the feeds content limit Jean-Philippe Lang 2007-03-18 18:32:59 +00:00
  • d967bb4a54 added back the anchor for each page on the wiki full export Jean-Philippe Lang 2007-03-18 16:52:25 +00:00
  • fd37f37ee4 fixed problems when svn path doesn't point to the root directory of the repository. a root_url property has been added on the repository. it's automatically retrieved the first time the repository is browsed Jean-Philippe Lang 2007-03-18 15:48:05 +00:00
  • db3e8616c8 better rendering time for projects/calendar Jean-Philippe Lang 2007-03-18 10:17:59 +00:00
  • 8fdef1f820 admin menu modification Jean-Philippe Lang 2007-03-18 10:17:21 +00:00
  • b481e76ee2 members are now sorted according to roles order on projects/show removed the useless "members" item in the project menu Jean-Philippe Lang 2007-03-17 17:44:29 +00:00
  • 3477f9bfe0 added feed icon Jean-Philippe Lang 2007-03-17 15:51:26 +00:00
  • 10cf1ccc1a added rss/atom feeds at project levels for: * news * new issues reported * details of issue changes Jean-Philippe Lang 2007-03-17 15:18:50 +00:00
  • 22b42dc90a fixed self.down in AddSearchPermission migration Jean-Philippe Lang 2007-03-17 14:50:08 +00:00
  • e6f58e4dcc fixed #9308 table_name pre/suffix support Jean-Philippe Lang 2007-03-15 22:11:02 +00:00
  • 192b9008bd fixed: error on feeds/news when no news exist Jean-Philippe Lang 2007-03-15 19:20:49 +00:00
  • 56d0af472d removed project_id presence validation on wiki model which was failing when creating a project with a wiki Jean-Philippe Lang 2007-03-14 17:23:38 +00:00
  • 85f32b956f added italian translation [Alessio Spadaro] Jean-Philippe Lang 2007-03-12 18:34:25 +00:00
  • 027bf93849 added svn:eol-style native property on /app files Jean-Philippe Lang 2007-03-12 17:59:02 +00:00
  • 071f8e18d0 fixed #9207 Can't Save Changes to Project Jean-Philippe Lang 2007-03-12 17:33:20 +00:00
  • 19d962c3aa added svn:executable property on the scripts Jean-Philippe Lang 2007-03-12 17:29:04 +00:00
  • b23cb49756 created branch for time tracking Jean-Philippe Lang 2007-03-11 18:11:40 +00:00
  • dae2d4686e width of all wiki content textareas set to 99.5% Jean-Philippe Lang 2007-03-11 14:22:53 +00:00
  • fc3ee67b1f send a 404 when trying to access an unexisting repository Jean-Philippe Lang 2007-03-11 14:06:05 +00:00
  • a54a15523b wiki: * added "Heading" and "Inline quote" buttons to the toolbar * changed "Link" button behaviour (now produces [[Link]]) * added a simple help on text formatting Jean-Philippe Lang 2007-03-11 14:00:15 +00:00
  • 5b135c07d0 fixed the "preview" link on wiki/edit Jean-Philippe Lang 2007-03-10 15:46:34 +00:00
  • dd83445fd7 extended the search to wiki content Jean-Philippe Lang 2007-03-10 15:34:38 +00:00
  • 290485b144 added missing calendar-ja.js, partially translated Jean-Philippe Lang 2007-03-10 15:20:37 +00:00
  • c514316a2e wiki branch merged into trunk Jean-Philippe Lang 2007-03-10 15:09:49 +00:00
  • 40637a82ce migrations scripts renumbered before merging wiki branch into trunk Jean-Philippe Lang 2007-03-10 14:08:05 +00:00
  • 8b98ceb92c improved search engine * it's now possible to search for multiple words ("all words" or "one of the words" options) * added a fixed limit for result count Jean-Philippe Lang 2007-03-10 13:32:04 +00:00
  • 5dfb162fb6 modified textilizable helper method: * no more eval statement * r12 in text will be turned into a link to the revision 12 in the repository * #12 in text will be turned into a link to the issue 12 Jean-Philippe Lang 2007-03-09 20:03:25 +00:00
  • 7a20a4d32b feature #9137 Password-protected SVN repositories * added login and password attributes on repositories * fixed svn calls (svn waiting for user input) Jean-Philippe Lang 2007-03-09 18:03:31 +00:00
  • 02ff5764d5 wiki page won't be saved (and versioned) if no change is made to text Jean-Philippe Lang 2007-03-08 20:50:56 +00:00
  • 19dabda953 "wiki compression" default setting set to none Jean-Philippe Lang 2007-03-08 18:56:43 +00:00
  • 491b506b2c updated fixtures Jean-Philippe Lang 2007-03-08 18:48:54 +00:00
  • 220f8a2135 changed from Zlib::GzipWriter/Zlib::GzipReader to Zlib::Inflate/Zlib::Deflate Jean-Philippe Lang 2007-03-08 18:47:39 +00:00
  • 47e4864314 added migrations for wiki Jean-Philippe Lang 2007-03-08 18:46:40 +00:00
  • bb1363483d replaced cache hash key with a string Jean-Philippe Lang 2007-03-08 18:46:20 +00:00
  • 0615af737d fixed mailer unit test Jean-Philippe Lang 2007-03-08 17:35:02 +00:00
  • 3e63fcf7ee added some unit tests for wiki Jean-Philippe Lang 2007-03-07 18:54:43 +00:00
  • 8cbb78bb1d patch #9104 Disable cleartext logging of passwords in log files Jean-Philippe Lang 2007-03-07 17:59:41 +00:00
  • f34a8ad30e removed wiki page titles in html export Jean-Philippe Lang 2007-03-06 23:02:18 +00:00
  • ef84339003 fixed #9097: Minor rendering problem within Safari at admin/mail_options and roles permissions Jean-Philippe Lang 2007-03-06 22:46:58 +00:00
  • 7588121e59 added "draft" background on wiki page preview Jean-Philippe Lang 2007-03-06 22:20:54 +00:00
  • 46b13d9f4a added "preview" functionality when editing wiki page Jean-Philippe Lang 2007-03-06 20:23:42 +00:00
  • 909954ac34 fixed dotted hr for IE6 Jean-Philippe Lang 2007-03-06 18:45:08 +00:00
  • 67b92ae1df removed page title when showing a wiki page Jean-Philippe Lang 2007-03-06 18:35:25 +00:00
  • 2a0cdcb631 removed alpha transparency (for ie users) Jean-Philippe Lang 2007-03-06 18:31:39 +00:00
  • d996643540 adjusted the attachment date column width on pdf issue export to avoid overlapping in japanese Jean-Philippe Lang 2007-03-05 19:00:16 +00:00
  • 5c533fe96f added wiki related strings translation Jean-Philippe Lang 2007-03-05 18:53:45 +00:00
  • bb586a4431 fixed export of wiki history pages Jean-Philippe Lang 2007-03-05 18:53:10 +00:00
  • 6186117886 added wiki functionalities: * simple page export to plain text * full wiki export to a single html file with index Jean-Philippe Lang 2007-03-04 21:34:42 +00:00
  • abe5696906 modified index.png Jean-Philippe Lang 2007-03-04 16:48:20 +00:00
  • eb018727ef added html export of wiki page Jean-Philippe Lang 2007-03-04 16:28:11 +00:00
  • f14e2db66b added support for links [[page name|displayed text]] Jean-Philippe Lang 2007-03-04 15:42:16 +00:00
  • eb60359dbe pipes removed from wiki page titles Jean-Philippe Lang 2007-03-04 15:41:14 +00:00
  • fe081828b7 added access control for private projects wiki Jean-Philippe Lang 2007-03-04 15:27:50 +00:00
  • af3891ad42 wiki page history now displayed in table Jean-Philippe Lang 2007-03-04 15:13:48 +00:00
  • 0f419dd028 added setting option for wiki history compression (none or gzip) Jean-Philippe Lang 2007-03-04 14:20:48 +00:00
  • 74bfe8b9e5 replaced hardcoded strings in wiki views Jean-Philippe Lang 2007-03-04 13:53:19 +00:00
  • 003960b811 wiki initial commit Jean-Philippe Lang 2007-03-04 13:40:21 +00:00
  • 074a4a6e0e fixed #9005: administration-menu doesn't work with prefix-url Jean-Philippe Lang 2007-03-03 17:35:11 +00:00
  • a6248cba19 added missing field_is_in_roadmap key in lang files Jean-Philippe Lang 2007-03-03 10:22:38 +00:00
  • 6a875eb691 fix for #8973: Export feature(to csv/pdf) doesn't work in Japanese csv and pdf encoding are know defined for each language (general_csv_encoding and general_pdf_encoding keys in lang files) added SJIS font for japanese pdf exports Jean-Philippe Lang 2007-03-01 19:49:04 +00:00
  • c32c92bfa9 created wiki branch Jean-Philippe Lang 2007-02-28 22:58:00 +00:00
  • 83c96d4f3e search engine improvements and simple test Jean-Philippe Lang 2007-02-28 22:35:22 +00:00
  • 1fcc9e977f updated supported language count in test (now 5) Jean-Philippe Lang 2007-02-28 22:32:45 +00:00
  • c56b95ed68 patch #8936: Properties changes in a diff are showing as modifications to files Jean-Philippe Lang 2007-02-28 19:33:07 +00:00
  • bb3a5bcfd7 patch #8937: Show filename above diff to aid reading multi-file diffs Jean-Philippe Lang 2007-02-28 19:26:53 +00:00
  • 35678a1c09 brackets removed around "View all changes" on issues/show Jean-Philippe Lang 2007-02-27 22:07:42 +00:00
  • c622ad0b50 #8911 Textile formatting for issue notes Jean-Philippe Lang 2007-02-27 22:07:01 +00:00
  • 75324e4859 added a simple search engine. left to do: - full content search (only subject/titles for now) - pagination - results presentation improvement Jean-Philippe Lang 2007-02-27 21:03:15 +00:00
  • 93f07c78d6 japanese translation added (thanks to Satoru Kurashiki) Jean-Philippe Lang 2007-02-27 17:58:59 +00:00