| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix access to Repository Parent Path (FORBIDEN instead of AUTH_REQUIRED).swistak | Liwiusz Ociepa | 2008-11-27 | 1 | -3/+7 |
* | If project_id is uninitialized, initialize it. | Liwiusz Ociepa | 2008-11-20 | 1 | -4/+1 |
* | Some debug added. | Liwiusz Ociepa | 2008-11-20 | 1 | -0/+3 |
* | - Disable debug, | Liwiusz Ociepa | 2008-07-08 | 1 | -2/+2 |
* | Remove default Memcached namespace. | Liwiusz Ociepa | 2008-07-07 | 1 | -7/+1 |
* | Initial support for caching credentials in Memcached (debug is enabled). | Liwiusz Ociepa | 2008-07-07 | 1 | -24/+58 |
* | Merge changes from trunk. | Liwiusz Ociepa | 2008-07-04 | 1 | -0/+1 |
* | Memory leak (postgres -> zlib + ssl) has been fixed by apache developers. | Liwiusz Ociepa | 2008-05-19 | 1 | -2/+2 |
* | Simple change to allow multiple RedmineDbWhereClause and added errmsg for Red... | Liwiusz Ociepa | 2008-05-13 | 1 | -1/+2 |
* | Do not crash on reload. | Liwiusz Ociepa | 2008-05-08 | 1 | -1/+1 |
* | Fix when you don't define RedmineDbWhereClause | Liwiusz Ociepa | 2008-05-08 | 1 | -5/+9 |
* | Small fix for not read-only methods. | Liwiusz Ociepa | 2008-05-07 | 1 | -1/+1 |
* | Fix comment about configuration. | Liwiusz Ociepa | 2008-05-06 | 1 | -4/+3 |
* | Cache Credentials added (login:proj -> "sha1_hex(pass)) | Liwiusz Ociepa | 2008-05-06 | 1 | -0/+38 |
* | Strip extra whitespaces from query in apache config object. | Liwiusz Ociepa | 2008-05-05 | 1 | -1/+7 |
* | Comment to memory leak with Postgres and ssl. | Liwiusz Ociepa | 2008-05-05 | 1 | -3/+3 |
* | http://perl.apache.org/docs/2.0/user/config/custom.html#Description | Liwiusz Ociepa | 2008-05-05 | 1 | -15/+64 |
* | Add support for db_where_clause - that variable is appended to password query. | Liwiusz Ociepa | 2008-04-28 | 1 | -1/+6 |
* | Sync Redmine.pm with trunk. | Liwiusz Ociepa | 2008-04-28 | 1 | -7/+34 |
* | swistak branch added. | Jean-Philippe Lang | 2008-03-31 | 0 | -0/+0 |
* | Global queries can be saved from the global issue list (follows r1311 and clo... | Jean-Philippe Lang | 2008-03-30 | 5 | -25/+61 |
* | Queries can be marked as 'For all projects'. Such queries will be available o... | Jean-Philippe Lang | 2008-03-30 | 11 | -37/+328 |
* | Fixed: Feed content limit setting has no effect (closes #954). | Jean-Philippe Lang | 2008-03-30 | 1 | -0/+1 |
* | Fixed: Priorities not ordered when displayed as a filter in issue list (#956). | Jean-Philippe Lang | 2008-03-30 | 1 | -1/+1 |
* | Fixed: can not display attached images inline in message replies. | Jean-Philippe Lang | 2008-03-29 | 1 | -1/+1 |
* | Use #blank? instead of #empty? in news/show view. | Jean-Philippe Lang | 2008-03-29 | 1 | -1/+1 |
* | Changelog updated. | Jean-Philippe Lang | 2008-03-29 | 1 | -3/+7 |
* | Show date range on the activity (closes #837). | Jean-Philippe Lang | 2008-03-29 | 2 | -0/+2 |
* | Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets (patch... | Jean-Philippe Lang | 2008-03-29 | 1 | -5/+23 |
* | Fixed: https urls in the wiki are not displayed as external (closes #943). | Jean-Philippe Lang | 2008-03-29 | 1 | -1/+1 |
* | Translation updates: (closes #915, #927, #929, #923, #914, #919) | Jean-Philippe Lang | 2008-03-27 | 9 | -173/+173 |
* | Add breadcrumb nav for the forums (#892). | Jean-Philippe Lang | 2008-03-27 | 4 | -1/+11 |
* | If 'Display subprojects issues on main projects' is set to false: | Jean-Philippe Lang | 2008-03-27 | 3 | -5/+13 |
* | Trac importer: exclude more Trac wiki pages (#933). | Jean-Philippe Lang | 2008-03-26 | 1 | -2/+2 |
* | Make the versions with the same date sorted by name (#864). | Jean-Philippe Lang | 2008-03-26 | 1 | -2/+2 |
* | Bigger wiki h3 headings. | Jean-Philippe Lang | 2008-03-26 | 1 | -1/+1 |
* | Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql err... | Jean-Philippe Lang | 2008-03-26 | 3 | -7/+21 |
* | Do not use javascript to hide tabs content on page loading and make tabs work... | Jean-Philippe Lang | 2008-03-26 | 4 | -32/+53 |
* | Add the description field to the issue csv export (#753). | Jean-Philippe Lang | 2008-03-26 | 1 | -0/+3 |
* | Fixed: 'This week' condition in filter consider monday as the first day of th... | Jean-Philippe Lang | 2008-03-23 | 1 | -1/+6 |
* | Make 'Planning' string translatable (closes #890). | Jean-Philippe Lang | 2008-03-23 | 26 | -1/+26 |
* | Translations (closes #875, #876, #889, #891, #909): | Jean-Philippe Lang | 2008-03-23 | 7 | -32/+754 |
* | Fixed: revision is ignored in MercurialAdapter#cat. | Jean-Philippe Lang | 2008-03-21 | 1 | -1/+3 |
* | Added links to repository files in wiki syntax help. | Jean-Philippe Lang | 2008-03-21 | 2 | -16/+128 |
* | Trac importer: prevent validation failure due to the default value when savin... | Jean-Philippe Lang | 2008-03-21 | 1 | -2/+3 |
* | Fix IE6 display bug on the issue list. | Jean-Philippe Lang | 2008-03-21 | 2 | -5/+4 |
* | Doc update before 0.7-rc1 release. | Jean-Philippe Lang | 2008-03-21 | 4 | -15/+150 |
* | Add unloadable to the sample plugin controller (http://dev.rubyonrails.org/ti... | Jean-Philippe Lang | 2008-03-21 | 0 | -0/+0 |
* | Add unloadable to the sample plugin controller (http://dev.rubyonrails.org/ti... | Jean-Philippe Lang | 2008-03-21 | 1 | -0/+2 |
* | Load Engines plugin if available (closes #180). | Jean-Philippe Lang | 2008-03-21 | 1 | -0/+7 |