0
I Use This!
Activity Not Available

News

Analyzed 7 months ago. based on code collected about 1 year ago.
Posted about 13 years ago by David Oxley
I will give a short 5 minute talk on Elastik - it'll be a basic introduction and a live demo. It'll be filmed and put online to for those who can't make it. It'll be on Wed 9th Jun. For more see http://techmeetup.co.uk (the details of the June ... [More] meeting aren't up yet) or http://groups.google.com/group/techmeetup/browse_thread/thread/14a05520615bcb32/4462244aa9afffdc [Less]
Posted about 13 years ago by David Oxley
Improvements include: A better Theme API - see http://elastik.svn.sourceforge.net/viewvc/elastik/trunk/includes/docs/writing-themes.txt Lower memory use Can change the order fields appear in a project Can page Tickets Download from https://sourceforge.net/projects/elastik/files
Posted about 13 years ago by David Oxley
New features: Users can edit comments for a certain amount of time after posting. Can delete saved searches. Can choose how many tickets from each saved search to show on the dashboard. Can reorder ticket fields in drag and drop interface. ... [More] Minor UI changes. Bug fixes: Administrators can now allow no file types to be attached to a project. Email alerts were being continuously sent until you looked at a ticket, now only sent once. When filtering tickets, bug effected how search terms where shown on page - but they were used properly. Fixed. Download from https://sourceforge.net/projects/elastik/files [Less]
Posted about 13 years ago by David Oxley
I just found and patched a security hole in Elastik (SQL Injection). This effects versions 0.1.2, 0.1.3, 0.1.4, 0.1.5 and 0.1.6. Please upgrade to the new version 0.1.6.1 immediately. Downloads are at http://sourceforge.net/projects/elastik/files/
Posted about 13 years ago by David Oxley
I just found and patched a security hole in Elastik (SQL Injection) when using a MySQL server. This effects all versions. Please upgrade to the new version 0.1.6.2 immediately. Downloads are at http://sourceforge.net/projects/elastik/files/
Posted about 13 years ago by David Oxley
Notes on databases Microsoft SQL Server support has been dropped, leaving MySQL as the only option for the database. We were not using SQL Server ourselves, and it was to much work to maintain. If someone else wanted to maintain it (or any other ... [More] DB engine for that matter) it may return. In MySQL, we now run in utf-8. This will be set up automatically for new databases, but to upgrade your existing database, please run includes/scripts/makeTablesUTF8.php once after upgrade. New features: * The new module ErrorReportingService is ready for use. This allows you to collect errors from other PHP applications in Elastik, viewing full details of the error and turning them into tickets so the response can be tracked. For more details see http://sourceforge.net/news/?group_id=317819&id=293422 * When a user changes status, they are encouraged to write a comment by showing an optional comment form on the change status page. * Admins can mark only certain fields shown and editable when in a status. By default all fields are selected. When looking at an ticket, users can press a button to see all fields. But when editing an ticket, users can only edit fields that admins allow. * Can sort tickets by ID, Category or Status and can see indication of current sort. * Better highlighting of URLs in tickets fields, and highlighting of URLs in comments. * You can now choose to store sessions in PHP's session handler or in a table in our database. * Lots of small UI improvements. Bug fixes: * Small UI fixes. * A new UI to save searches fixes a bug in 0.1.6. * Send proper header on access error. * Users could not stop watching tickets. * Admins could not deactivate a ticket category. * Could not edit values in Integer fields Known bugs: * Required fields aren't quite perfect yet, (Compulsory fields are not always enforced) which is why they aren't in the features list. Look to the next release. Download from https://sourceforge.net/projects/elastik/files [Less]
Posted about 13 years ago by David Oxley
Notes on databases In MySQL, we now run in InnoDB. This will be set up automatically for new databases, but to upgrade your existing database, please run includes/scripts/makeTablesInnoDB.php once after upgrade. New features: * Project ... [More] administrators can specify fields as optional or compulsory * Can remove users from Clients and Projects Bug fixes: * Integer fields currently at "0" could not be set to no value. * Digest Emails were not being sent! Download from https://sourceforge.net/projects/elastik/files [Less]
Posted about 13 years ago by David Oxley
8 months and 2 days after the first code on this project was checked in, it's time to start Beta releases. We have put our documentation into docbook format, and we plan to write much more in the near future. Currently, it's hosted at ... [More] http://book.elastik.jarofgreen.co.uk/ New features: * Gravatar Avatars are used. * Can list, add and remove system administrators. Bug fix: * Users who were project users then became client administrators still had the admin interface for editing project access rights, even thought that would have done nothing. ps. If your trying to look for the 1st commit, you won't find it. The project was coded in a closed repository at the start. [Less]
Posted about 13 years ago by David Oxley
This includes * UI improvements * more documentation * a bug fix: Users who had permissions to write tickets but not comment on them could still comment on them when changing status. Basically, I wanted to get the best code released before the ... [More] holiday period as I know some people said they would look at it then. Happy holidays! Download from http://sourceforge.net/projects/elastik/files [Less]
Posted about 13 years ago by David Oxley
This release is a bug fix release: * mainly dealing with UTF-8 Issues. If you have an Elastik install that was created before 0.1.7 you will need to run the script /includes/scripts/makeTablesUTF8.php once after upgrade. * "User" fields were ... [More] putting HTML into exported CSV's. We also made some of the forms in the administrators interfaces work better, and the "User" field display more useful information. Download from https://sourceforge.net/projects/elastik/ [Less]