Commit Graph

44 Commits

Author SHA1 Message Date
e9848ae6b3 Updated new map route
from exceptionhandler/maps/new
to exceptionhandler/new
2013-01-07 10:49:41 -05:00
243b33810b Fixed Deleting Of Maps 2013-01-07 10:48:21 -05:00
b9a084cf16 Fixed Map Uploader 2013-01-07 10:41:29 -05:00
00dad43024 Started updating plugin for redmine 2.0.0 + 2013-01-07 09:24:23 -05:00
49e44b87cb Updated retrace.sh to use /usr/bin/java 2012-07-06 12:37:26 -04:00
redmine
7e223f9212 Only display maps link when logged in
added an if clause to the "Maps" link

closes #38
2012-05-06 01:16:00 -04:00
1c60004c4a Changed the "Delete" links into buttons with confirmation
closes #31
2012-04-30 11:26:01 -04:00
7a0f6e5f27 Added Maps to top menu
The menu link routes users to the Maps#index

closes #28
2012-04-30 10:28:58 -04:00
0efbb785c3 Bumped the version to 0.1.0 2012-04-29 17:14:43 -04:00
cbb37e750b Added a method to delete maps
also split the maps into diffrent pages. all map pages urls are now
prefixed with .../exceptionhandler/maps...

closes #18
2012-04-29 17:10:47 -04:00
483dd95295 Finished proguard integration.
closes #17
2012-04-29 16:09:01 -04:00
9ebea9bc1f Merge branch 'master' into feature/#17
Conflicts:
	app/views/exceptionhandler/index.html.erb
2012-04-29 00:52:41 -04:00
d6f69b6358 Fixed the error messages associated with invalid reports
closes #25
2012-04-29 00:47:59 -04:00
0d2640a8ab Merge branch 'master' into feature/#17 2012-04-29 00:33:00 -04:00
5b7d6aa7a7 Updated README.rdoc to contain some install info 2012-04-29 00:14:54 -04:00
d2d7d4c9bb Removed unnecessary call to value.save
removing this call fixed the plugin's ability to update reports.
This functionality must of been removed in redmine 1.4.x

closes #24
2012-04-29 00:01:04 -04:00
a950b8055e Added issue number to filed status output
closes #23
2012-04-28 21:05:53 -04:00
0f2121844d Got basic functionality
currently retrace isn't finding tmp files

refs #17
2012-04-28 21:02:26 -04:00
b331cd888a Finished initial proguard integration
refs #17
2012-04-28 19:33:29 -04:00
bff7ed4848 Added proguard 4.7 files
please note that proguard is not yet implmented
refs #17
2012-04-27 10:17:38 -04:00
e7b30ea692 Finished uploader
sha1 is now based on content's of file
public/maps is now created if it doesn't exist

closes #16
2012-04-26 13:19:10 -04:00
9f9561dfcc Updated validations of map
to prevent 2 maps with the same sha1

refs #16
2012-04-26 12:55:33 -04:00
572369efe1 Added a simple maps list on uploader index
refs #16
2012-04-26 11:46:14 -04:00
b3c7b164b4 Updated Map.save to save package/build/map to database
refs #16
2012-04-26 11:36:37 -04:00
93bc1f943e Added redirect and flash notice for successful file uploads
refs #16
2012-04-26 11:07:37 -04:00
228ff2b8d4 Added file uploader
Uploaded map files will be saved in /redmine/public/data

refs #16
2012-04-26 10:56:28 -04:00
6bbf73a85a Added user authentication and 401 page
refs #16
2012-04-26 10:22:47 -04:00
d7419530dd Added a form for uploading maps
also added license to all files, and created LICENSE

refs #16
2012-04-25 13:16:35 -04:00
2b34516aa8 Added Maps model
refs #16

This model will be used for storing information about each map
2012-04-25 12:39:44 -04:00
3a37b3f0d1 Increased version code to 0.0.5
also I updated the description
2012-04-19 13:14:08 -04:00
1bd8e349f9 Added config/routes.rb
Added the required routes to provide compatability for redmine 1.4.x
closes #9
2012-04-19 12:56:15 -04:00
fa75c83099 Increased verison code to 0.0.4 2012-03-31 01:09:22 -04:00
d6eec54b08 Changed successfull flash messages to notice and print incomming params to user 2012-03-30 12:46:46 -04:00
e7c1c3226b Updated flash messages, updated permissions, and added debuging output
I updated the flash messages to incude :alert, :error, and :success.
This will make the output much easier to read.

The debugging output was added to the index view.
it now displays the number of params passed,
and prints out each param on a seperate line
2012-03-29 13:57:46 -04:00
3e847fdacc Added flash messages, and simplified code 2012-03-29 12:11:29 -04:00
23616c3d1e Merge branch 'master' of git://rickbarrette.dyndns.org/redmine-exception-handler 2012-03-04 15:37:55 -05:00
8cca3b5eee Updated version from 0.0.2 to 0.0.3 2012-02-22 13:20:32 -05:00
8aa39f26ac Fixed my mistake of writing changes the the wronge file 2012-02-22 13:17:48 -05:00
5570f4cf42 Added support for package name.
This will require a new manadoty custom field.
Package name will be used for exsiting report checks.
2012-02-22 12:57:29 -05:00
71b68a6a44 Added support for Package Custom Field 2012-02-22 12:49:11 -05:00
988273ab48 Added tracker support
to secify a tracker, use the tracker params. defaults to Bug

updated version and description
2012-02-19 15:36:03 -05:00
23ad9ca445 Finished updating method
The plugin is not fully fuctional
2012-02-19 12:23:17 -05:00
b103654d03 Finished new report generation 2012-02-19 10:01:12 -05:00
ba1ab6a450 Initial Commit: 2012-02-17 12:20:45 -05:00