Project

General

Profile

Changelog » History » Version 14

Jean-Philippe Lang, 2008-12-30 11:52
0.8.0 and 0.7.4

1 1 Jean-Philippe Lang
h1. Changelog
2
3 14 Jean-Philippe Lang
h2. v0.8.0 (2008-12-30)
4
5
* Setting added in order to limit the number of diff lines that should be displayed
6
* Makes logged-in username in topbar linking to
7
* Mail handler: strip tags when receiving a html-only email
8
* Mail handler: add watchers before sending notification
9
* Adds a css class (overdue) to overdue issues on issue lists and detail views
10
* Fixed: project activity truncated after viewing user's activity
11
* Fixed: email address entered for password recovery shouldn't be case-sensitive
12
* Fixed: default flag removed when editing a default enumeration
13
* Fixed: default category ignored when adding a document
14
* Fixed: error on repository user mapping when a repository username is blank
15
* Fixed: Firefox cuts off large diffs
16
* Fixed: CVS browser should not show dead revisions (deleted files)
17
* Fixed: escape double-quotes in image titles
18
* Fixed: escape textarea content when editing a issue note
19
* Fixed: JS error on context menu with IE
20
* Fixed: bold syntax around single character in series doesn't work
21
* Fixed several XSS vulnerabilities
22
* Fixed a SQL injection vulnerability
23
24 12 Jean-Philippe Lang
h2. v0.8.0 RC1 (2008-12-07)
25
26
* Wiki page protection
27
* Wiki page hierarchy. Parent page can be assigned on the Rename screen
28
* Adds support for issue creation via email
29
* Adds support for free ticket filtering and custom queries on Gantt chart and calendar
30
* Cross-project search
31
* Ability to search a project and its subprojects
32
* Ability to search the projects the user belongs to
33
* Adds custom fields on time entries
34
* Adds boolean and list custom fields for time entries as criteria on time report
35
* Cross-project time reports
36
* Display latest user's activity on account/show view
37
* Show last connexion time on user's page
38
* Obfuscates email address on user's account page using javascript
39
* wiki TOC rendered as an unordered list
40
* Adds the ability to search for a user on the administration users list
41
* Adds the ability to search for a project name or identifier on the administration projects list
42
* Redirect user to the previous page after logging in
43
* Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users
44
* Adds permissions for viewing the watcher list and adding new watchers on the issue detail view
45
* Adds permissions to let users edit and/or delete their messages
46
* Link to activity view when displaying dates
47
* Hide Redmine version in atom feeds and pdf properties
48
* Maps repository users to Redmine users. Users with same username or email are automatically mapped. Mapping can be manually adjusted in repository settings. Multiple usernames can be mapped to the same Redmine user.
49
* Sort users by their display names so that user dropdown lists are sorted alphabetically
50
* Adds estimated hours to issue filters
51
* Switch order of current and previous revisions in side-by-side diff
52
* Render the commit changes list as a tree
53
* Adds watch/unwatch functionality at forum topic level
54
* When moving an issue to another project, reassign it to the category with same name if any
55
* Adds child_pages macro for wiki pages
56
* Use GET instead of POST on roadmap (#718), gantt and calendar forms
57
* Search engine: display total results count and count by result type
58
* Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file)
59
* Adds icons on search results
60
* Adds 'Edit' link on account/show for admin users
61
* Adds Lock/Unlock/Activate link on user edit screen
62
* Adds user count in status drop down on admin user list
63
* Adds multi-levels blockquotes support by using > at the beginning of lines
64
* Adds a Reply link to each issue note
65
* Adds plain text only option for mail notifications
66
* Gravatar support for issue detail, user grid, and activity stream (disabled by default)
67
* Adds 'Delete wiki pages attachments' permission
68
* Show the most recent file when displaying an inline image
69
* Makes permission screens localized
70
* AuthSource list: display associated users count and disable 'Delete' buton if any
71
* Make the 'duplicates of' relation asymmetric
72
* Adds username to the password reminder email
73
* Adds links to forum messages using message#id syntax
74
* Allow same name for custom fields on different object types
75
* One-click bulk edition using the issue list context menu within the same project
76
* Adds support for commit logs reencoding to UTF-8 before insertion in the database. Source encoding of commit logs can be selected in Application settings -> Repositories.
77
* Adds checkboxes toggle links on permissions report
78
* Adds Trac-Like anchors on wiki headings
79
* Adds support for wiki links with anchor
80
* Adds category to the issue context menu
81
* Adds a workflow overview screen
82
* Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename
83
* Dots allowed in custom field name
84
* Adds posts quoting functionality
85
* Adds an option to generate sequential project identifiers
86
* Adds mailto link on the user administration list
87
* Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value
88
* Gantt chart: display issues that don't have a due date if they are assigned to a version with a date
89
* Change projects homepage limit to 255 chars
90
* Improved on-the-fly account creation. If some attributes are missing (eg. not present in the LDAP) or are invalid, the registration form is displayed so that the user is able to fill or fix these attributes
91
* Adds "please select" to activity select box if no activity is set as default
92
* Do not silently ignore timelog validation failure on issue edit
93
* Adds a rake task to send reminder emails
94
* Allow empty cells in wiki tables
95
* Makes wiki text formatter pluggable
96
* Adds back textile acronyms support
97
* Remove pre tag attributes
98
* Plugin hooks
99
* Pluggable admin menu
100
* Plugins can provide activity content
101
* Moves plugin list to its own administration menu item
102
* Adds url and author_url plugin attributes
103
* Adds Plugin#requires_redmine method so that plugin compatibility can be checked against current Redmine version
104
* Adds atom feed on time entries details
105
* Adds project name to issues feed title
106
* Adds a css class on menu items in order to apply item specific styles (eg. icons)
107
* Adds a Redmine plugin generators
108
* Adds timelog link to the issue context menu
109
* Adds links to the user page on various views
110
* Turkish translation by Ismail Sezen
111
* Catalan translation
112
* Vietnamese translation
113
* Slovak translation
114
* Better naming of activity feed if only one kind of event is displayed
115
* Enable syntax highlight on issues, messages and news
116
* Add target version to the issue list context menu
117
* Hide 'Target version' filter if no version is defined
118
* Add filters on cross-project issue list for custom fields marked as 'For all projects'
119
* Turn ftp urls into links
120
* Hiding the View Differences button when a wiki page's history only has one version
121
* Messages on a Board can now be sorted by the number of replies
122
* Adds a class ('me') to events of the activity view created by current user
123
* Strip pre/code tags content from activity view events
124
* Display issue notes in the activity view
125
* Adds links to changesets atom feed on repository browser
126
* Track project and tracker changes in issue history
127
* Adds anchor to atom feed messages links
128
* Adds a key in lang files to set the decimal separator (point or comma) in csv exports
129
* Makes importer work with Trac 0.8.x
130
* Upgraded to Prototype 1.6.0.1
131
* File viewer for attached text files
132
* Menu mapper: add support for :before, :after and :last options to #push method and add #delete method
133
* Removed inconsistent revision numbers on diff view
134
* CVS: add support for modules names with spaces
135
* Log the user in after registration if account activation is not needed
136
* Mercurial adapter improvements
137
* Trac importer: read session_attribute table to find user's email and real name
138
* Ability to disable unused SCM adapters in application settings
139
* Adds Filesystem adapter
140
* Clear changesets and changes with raw sql when deleting a repository for performance
141
* Redmine.pm now uses the 'commit access' permission defined in Redmine
142
* Reposman can create any type of scm (--scm option)
143
* Reposman creates a repository if the 'repository' module is enabled at project level only
144
* Display svn properties in the browser, svn >= 1.5.0 only
145
* Reduces memory usage when importing large git repositories
146
* Wider SVG graphs in repository stats
147
* SubversionAdapter#entries performance improvement
148
* SCM browser: ability to download raw unified diffs
149
* More detailed error message in log when scm command fails
150
* Adds support for file viewing with Darcs 2.0+
151
* Check that git changeset is not in the database before creating it
152
* Unified diff viewer for attached files with .patch or .diff extension
153
* File size display with Bazaar repositories
154
* Git adapter: use commit time instead of author time
155
* Prettier url for changesets
156
* Makes changes link to entries on the revision view
157
* Adds a field on the repository view to browse at specific revision
158
* Adds new projects atom feed
159
* Added rake tasks to generate rcov code coverage reports
160
* Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki
161
* Show the project hierarchy in the drop down list for new membership on user administration screen
162
* Split user edit screen into tabs
163
* Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instead
164
* Fixed: Roadmap crashes when a version has a due date > 2037
165
* Fixed: invalid effective date (eg. 99999-01-01) causes an error on version edition screen
166
* Fixed: login filter providing incorrect back_url for Redmine installed in sub-directory
167
* Fixed: logtime entry duplicated when edited from parent project
168
* Fixed: wrong digest for text files under Windows
169
* Fixed: associated revisions are displayed in wrong order on issue view
170
* Fixed: Git Adapter date parsing ignores timezone
171
* Fixed: Printing long roadmap doesn't split across pages
172
* Fixes custom fields display order at several places
173
* Fixed: urls containing @ are parsed as email adress by the wiki formatter
174
* Fixed date filters accuracy with SQLite
175
* Fixed: tokens not escaped in highlight_tokens regexp
176
* Fixed Bazaar shared repository browsing
177
* Fixes platform determination under JRuby
178
* Fixed: Estimated time in issue's journal should be rounded to two decimals
179
* Fixed: 'search titles only' box ignored after one search is done on titles only
180
* Fixed: non-ASCII subversion path can't be displayed
181
* Fixed: Inline images don't work if file name has upper case letters or if image is in BMP format
182
* Fixed: document listing shows on "my page" when viewing documents is disabled for the role
183
* Fixed: Latest news appear on the homepage for projects with the News module disabled
184
* Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled
185
* Fixed: the default status is lost when reordering issue statuses
186
* Fixes error with Postgresql and non-UTF8 commit logs
187
* Fixed: textile footnotes no longer work
188
* Fixed: http links containing parentheses fail to reder correctly
189
* Fixed: GitAdapter#get_rev should use current branch instead of hardwiring master
190 14 Jean-Philippe Lang
191
h2. v0.7.4 (2008-12-30)
192
193
* Fixed several XSS vulnerabilities
194
* Fixed a SQL injection vulnerability
195 12 Jean-Philippe Lang
196 11 Jean-Philippe Lang
h2. v0.7.3 (2008-07-06)
197
198
* Allow dot in firstnames and lastnames
199
* Add project name to cross-project Atom feeds
200
* Encoding set to utf8 in example database.yml
201
* HTML titles on forums related views
202
* Fixed: various XSS vulnerabilities
203
* Fixed: Entourage (and some old client) fails to correctly render notification styles
204
* Fixed: Fixed: timelog redirects inappropriately when :back_url is blank
205
* Fixed: wrong relative paths to images in wiki_syntax.html
206
207 10 Jean-Philippe Lang
h2. v0.7.2 (2008-06-15)
208
209
* Links to repository directories on the repo browser
210
* Move status to front in Activity View
211
* Remove edit step from Status context menu
212
* Fixed: No way to do textile horizontal rule
213
* Fixed: Repository: View differences doesn't work
214
* Fixed: attachement's name maybe invalid.
215
* Fixed: Error when creating a new issue
216
* Fixed: NoMethodError on @available_filters.has_key?
217
* Fixed: Check All / Uncheck All in Email Settings
218
* Fixed: "View differences" of one file at /repositories/revision/ fails
219
* Fixed: Column width in "my page"
220
* Fixed: private subprojects are listed on Issues view
221
* Fixed: Textile: bold, italics, underline, etc... not working after parentheses
222
* Fixed: Update issue form: comment field from log time end out of screen
223
* Fixed: Editing role: "issue can be assigned to this role" out of box
224
* Fixed: Unable use angular braces after include word
225
* Fixed: Using '*' as keyword for repository referencing keywords doesn't work
226
* Fixed: Subversion repository "View differences" on each file rise ERROR
227
* Fixed: View differences for individual file of a changeset fails if the repository URL doesn't point to the repository root
228
* Fixed: It is possible to lock out the last admin account
229
* Fixed: Wikis are viewable for anonymous users on public projects, despite not granting access
230
* Fixed: Issue number display clipped on 'my issues'
231
* Fixed: Roadmap version list links not carrying state
232
* Fixed: Log Time fieldset in IssueController#edit doesn't set default Activity as default
233
* Fixed: git's "get_rev" API should use repo's current branch instead of hardwiring "master"
234
* Fixed: browser's language subcodes ignored
235
* Fixed: Error on project selection with numeric (only) identifier.
236
* Fixed: Link to PDF doesn't work after creating new issue
237
* Fixed: "Replies" should not be shown on forum threads that are locked
238
* Fixed: SVN errors lead to svn username/password being displayed to end users (security issue)
239
* Fixed: http links containing hashes don't display correct
240
* Fixed: Allow ampersands in Enumeration names
241
* Fixed: Atom link on saved query does not include query_id
242
* Fixed: Logtime info lost when there's an error updating an issue
243
* Fixed: TOC does not parse colorization markups
244
* Fixed: CVS: add support for modules names with spaces
245
* Fixed: Bad rendering on projects/add
246
* Fixed: exception when viewing differences on cvs
247
* Fixed: export issue to pdf will messup when use Chinese language
248
* Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
249
* Fixed: Adding non-ASCII new issue type in the New Issue page have encoding error using IE
250
* Fixed: Importing from trac : some wiki links are messed
251
* Fixed: Incorrect weekend definition in Hebrew calendar locale
252
* Fixed: Atom feeds don't provide author section for repository revisions
253
* Fixed: In Activity views, changesets titles can be multiline while they should not
254
* Fixed: Ignore unreadable subversion directories (read disabled using authz)
255
* Fixed: lib/SVG/Graph/Graph.rb can't externalize stylesheets
256
* Fixed: Close statement handler in Redmine.pm
257
258 9 Jean-Philippe Lang
h2. v0.7.1 (2008-05-04)
259
260
* Thai translation added (Gampol Thitinilnithi)
261
* Translations updates
262
* Escape HTML comment tags
263
* Prevent "can't convert nil into String" error when :sort_order param is not present
264
* Fixed: Updating tickets add a time log with zero hours
265
* Fixed: private subprojects names are revealed on the project overview
266
* Fixed: Search for target version of "none" fails with postgres 8.3
267
* Fixed: Home, Logout, Login links shouldn't be absolute links
268
* Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
269
* Fixed: error when using upcase language name in coderay
270
* Fixed: error on Trac import when :due attribute is nil
271
272 8 Jean-Philippe Lang
h2. v0.7.0 (2008-04-28)
273
274
* Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
275
* Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list.
276
* Add predefined date ranges to the time report
277
* Time report can be done at issue level
278
* Various timelog report enhancements
279
* Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30
280
* Display the context menu above and/or to the left of the click if needed
281
* Make the admin project files list sortable
282
* Mercurial: display working directory files sizes unless browsing a specific revision
283
* Preserve status filter and page number when using lock/unlock/activate links on the users list
284
* Redmine.pm support for LDAP authentication
285
* Better error message and AR errors in log for failed LDAP on-the-fly user creation
286
* Redirected user to where he is coming from after logging hours
287
* Warn user that subprojects are also deleted when deleting a project
288
* Include subprojects versions on calendar and gantt
289
* Notify project members when a message is posted if they want to receive notifications
290
* Fixed: Feed content limit setting has no effect
291
* Fixed: Priorities not ordered when displayed as a filter in issue list
292
* Fixed: can not display attached images inline in message replies
293
* Fixed: Boards are not deleted when project is deleted
294
* Fixed: trying to preview a new issue raises an exception with postgresql
295
* Fixed: single file 'View difference' links do not work because of duplicate slashes in url
296
* Fixed: inline image not displayed when including a wiki page
297
* Fixed: CVS duplicate key violation
298
* Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues
299
* Fixed: custom field filters behaviour
300
* Fixed: Postgresql 8.3 compatibility
301
* Fixed: Links to repository directories don't work
302
303 7 Jean-Philippe Lang
h2. v0.7.0 RC1 (2008-03-29)
304
305
* Overall activity view and feed added, link is available on the project list
306
* Git VCS support
307
* Rails 2.0 sessions cookie store compatibility
308
* Use project identifiers in urls instead of ids
309
* Default configuration data can now be loaded from the administration screen
310
* Administration settings screen split to tabs (email notifications options moved to 'Settings')
311
* Project description is now unlimited and optional
312
* Wiki annotate view
313
* Escape HTML tag in textile content
314
* Add Redmine links to documents, versions, attachments and repository files
315
* New setting to specify how many objects should be displayed on paginated lists. There are 2 ways to select a set of issues on the issue list:
316
317
    * by using checkbox and/or the little tick that will select/unselect all issues
318
    * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
319
320
* Context menu disabled on links so that the default context menu of the browser is displayed when right-clicking on a link (click anywhere else on the row to display the context menu)
321
* User display format is now configurable in administration settings
322
* Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
323
* Merged 'change status', 'edit issue' and 'add note' actions:
324
325
    * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
326
    * 'Change issue status' permission removed. To change an issue status, a user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed
327
328
* Details by assignees on issue summary view
329
* 'New issue' link in the main menu (accesskey 7). The drop-down lists to add an issue on the project overview and the issue list are removed
330
* Change status select box default to current status
331
* Preview for issue notes, news and messages
332
* Optional description for attachments
333
* 'Fixed version' label changed to 'Target version'
334
* Let the user choose when deleting issues with reported hours to:
335
336
    * delete the hours
337
    * assign the hours to the project
338
    * reassign the hours to another issue
339
340
* Date range filter and pagination on time entries detail view
341
* Propagate time tracking to the parent project
342
* Switch added on the project activity view to include subprojects
343
* Display total estimated and spent hours on the version detail view
344
* Weekly time tracking block for 'My page'
345
* Permissions to edit time entries
346
* Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
347
* Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
348
* Make versions with same date sorted by name
349
* Allow issue list to be sorted by target version
350
* Related changesets messages displayed on the issue details view
351
* Create a journal and send an email when an issue is closed by commit
352
* Add 'Author' to the available columns for the issue list
353
* More appropriate default sort order on sortable columns
354
* Add issue subject to the time entries view and issue subject, description and tracker to the csv export
355
* Permissions to edit issue notes
356
* Display date/time instead of date on files list
357
* Do not show Roadmap menu item if the project doesn't define any versions
358
* Allow longer version names (60 chars)
359
* Ability to copy an existing workflow when creating a new role
360
* Display custom fields in two columns on the issue form
361
* Added 'estimated time' in the csv export of the issue list
362
* Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
363
* Setting for whether new projects should be public by default
364
* User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
365
* Added default value for custom fields
366
* Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
367
* Redirect to issue page after creating a new issue
368
* Wiki toolbar improvements (mainly for Firefox)
369
* Display wiki syntax quick ref link on all wiki textareas
370
* Display links to Atom feeds
371
* Breadcrumb nav for the forums
372
* Show replies when choosing to display messages in the activity
373
* Added 'include' macro to include another wiki page
374
* RedmineWikiFormatting page available as a static HTML file locally
375
* Wrap diff content
376
* Strip out email address from authors in repository screens
377
* Highlight the current item of the main menu
378
* Added simple syntax highlighters for php and java languages
379
* Do not show empty diffs
380
* Show explicit error message when the scm command failed (eg. when svn binary is not available)
381
* Lithuanian translation added (Sergej Jegorov)
382
* Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
383
* Danish translation added (Mads Vestergaard)
384
* Added i18n support to the jstoolbar and various settings screen
385
* RedCloth's glyphs no longer user
386
* New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
387
* The following menus can now be extended by plugins: top_menu, account_menu, application_menu
388
* Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
389
* Remove hardcoded "Redmine" strings in account related emails and use application title instead
390
* Mantis importer preserve bug ids
391
* Trac importer: Trac guide wiki pages skipped
392
* Trac importer: wiki attachments migration added
393
* Trac importer: support database schema for Trac migration
394
* Trac importer: support CamelCase links
395
* Removes the Redmine version from the footer (can be viewed on admin -> info)
396
* Rescue and display an error message when trying to delete a role that is in use
397
* Add various 'X-Redmine' headers to email notifications: X-Redmine-Host, X-Redmine-Site, X-Redmine-Project, X-Redmine-Issue-Id, -Author, -Assignee, X-Redmine-Topic-Id
398
* Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
399
* Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
400
* Fixed: Textile image with style attribute cause internal server error
401
* Fixed: wiki TOC not rendered properly when used in an issue or document description
402
* Fixed: 'has already been taken' error message on username and email fields if left empty
403
* Fixed: non-ascii attachement filename with IE
404
* Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
405
* Fixed: search for all words doesn't work
406
* Fixed: Do not show sticky and locked checkboxes when replying to a message
407
* Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
408
* Fixed: Date custom fields not displayed as specified in application settings
409
* Fixed: titles not escaped in the activity view
410
* Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
411
* Fixed: on calendar, gantt and in the tracker filter on the issue list, only active trackers of the project (and its sub projects) should be available
412
* Fixed: locked users should not receive email notifications
413
* Fixed: custom field selection is not saved when unchecking them all on project settings
414
* Fixed: can not lock a topic when creating it
415
* Fixed: Incorrect filtering for unset values when using 'is not' filter
416
* Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
417
* Fixed: ajax pagination does not scroll up
418
* Fixed: error when uploading a file with no content-type specified by the browser
419
* Fixed: wiki and changeset links not displayed when previewing issue description or notes
420
* Fixed: 'LdapError: no bind result' error when authenticating
421
* Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
422
* Fixed: CVS repository doesn't work if port is used in the url
423
* Fixed: Email notifications: host name is missing in generated links
424
* Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
425
* Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
426
* Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
427
* Fixed: Do not send an email with no recipient, cc or bcc
428
* Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
429
* Fixed: Mercurial browsing under unix-like os and for directory depth > 2
430
* Fixed: Wiki links with pipe can not be used in wiki tables
431
* Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
432
* Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
433
434 13 Jean-Philippe Lang
[[Changelog_0_6|Previous changes (0.6.x and below)]]