Commit Graph

  • 4c47c34b37 translation fixes maccesch 2011-09-01 13:29:02 +0200
  • dcec449939 small fixes and translation maccesch 2011-09-01 13:01:03 +0200
  • e2407151ab Add note about database collation needing to be UTF-8 for MySQL. Closes GH-65. Ross Poulton 2011-07-01 18:34:24 +1000
  • 3c567bf6fb Merge branch 'master' of github.com:rossp/django-helpdesk Ross Poulton 2011-07-01 18:15:19 +1000
  • 5a64c1bbad Fix UnicodeEncodeException errors when submitting tickets with non-ASCII characters. Thanks to gjedeer for the patch! Ross Poulton 2011-07-01 18:13:01 +1000
  • 3b43cec5cf Merge pull request #64 from joshuajonah/master Ross Poulton 2011-06-15 01:20:26 -0700
  • fd1e3097ec Merge b546b0b879 into 01405d489a GitHub Merge Button 2011-06-15 01:07:09 -0700
  • 01405d489a Update translations to latest data from Transifex. Ross Poulton 2011-06-15 07:52:51 +0000
  • b546b0b879 Added attribution to public_base.html. Added missing i18n tag to attribution.html. Joshua Jonah 2011-06-10 08:22:40 -0400
  • 7daf3a7552 Consolidated attribution in footer to a single file for easier override without having to subclass more than one template. Joshua Jonah 2011-06-09 11:41:32 -0400
  • e73f45e4f6 Added ability to turn of KB (my business doesn't need it) Joshua Jonah 2011-06-09 11:24:33 -0400
  • 9cad876f71 Update translations Ross Poulton 2011-05-17 20:16:00 +1000
  • cc4ea9a4f8 Add filtering by Date range. Allow users to filter stats screens by saved queries (closes GH-58) Ross Poulton 2011-05-13 08:02:59 +1000
  • 04ad20d42f Remove SVN lookup at bottom of staff pages - not required now we're on Git. Ross Poulton 2011-05-12 09:08:32 +1000
  • afea90b2d2 Bugfix - typo in views/staff.py Ross Poulton 2011-05-12 09:01:35 +1000
  • 0afbf85b3f Update translations Ross Poulton 2011-05-11 20:09:04 +1000
  • ac95f9d893 Overhaul reporting: remove custom SQL commands for compatibility reasons. Code is MUCh simpler now. Also allows user to specify a saved search query via GET paramater - need to add links to this, as it lets them filter charts - very useful\! Ross Poulton 2011-05-11 20:07:46 +1000
  • eea960f9b9 Update spanish translation Ross Poulton 2011-05-10 19:27:34 +1000
  • 8b6fbd8965 Add ticket dependency so you can't resolve a ticket until it's dependents are resolved. Addresses GH-43 Ross Poulton 2011-05-10 19:27:11 +1000
  • 50e1e1ea23 Update version number ready to push to PyPI Ross Poulton 2011-05-09 21:50:49 +0000
  • 40dead831e Update spanish translation from Transifex Ross Poulton 2011-05-10 08:01:48 +1000
  • 2a7b76661e URL custom fields are now hyperlinked when viewing tickets. Ross Poulton 2011-05-10 07:55:06 +1000
  • f4864ef34d Show custom fields when editing tickets. Closes GH-24. Ross Poulton 2011-05-10 07:54:44 +1000
  • 14570a2837 merge with upstream again. Andreas Kotowicz 2011-05-08 18:38:38 +0200
  • 7552594621 Merge branch 'master' of https://github.com/rossp/django-helpdesk into diffs-to-upstream Andreas Kotowicz 2011-05-06 09:49:28 +0200
  • 3143347543 Change MEDIA_URL to STATIC_URL in report output. Ross Poulton 2011-05-06 17:04:39 +1000
  • 5e7f98dbb6 Formatting fixes for README Ross Poulton 2011-05-06 17:02:36 +1000
  • c3a4c4c8ba Add capability for users to delete their saved queries. Ross Poulton 2011-05-06 16:55:52 +1000
  • 953dab3978 Fix a few formatting errors introduced in last commit. Ross Poulton 2011-05-06 16:55:42 +1000
  • 5444896d64 Merge 5247340113 into 8f466966f5 GitHub Merge Button 2011-05-05 22:56:49 -0700
  • 8f466966f5 Merge branch 'master' of git@github.com:rossp/django-helpdesk Ross Poulton 2011-05-06 15:59:25 +1000
  • 312951dad0 add missing commands Andreas Kotowicz 2011-05-03 20:33:37 +0200
  • 31a1462b1d clarify how to change existing django 1.2.x installation so that static files that come with the latest django-helpdesk work. Andreas Kotowicz 2011-05-03 20:14:05 +0200
  • 5247340113 replace MEDIA_URL with STATIC_URL in report template. Andreas Kotowicz 2011-05-04 12:15:48 +0200
  • 0ffa394ccc allow user to delete his / her own queries. Andreas Kotowicz 2011-05-04 10:11:24 +0200
  • 538c23c954 add missing commands Andreas Kotowicz 2011-05-03 20:33:37 +0200
  • 49a3838d58 clarify how to change existing django 1.2.x installation so that static files that come with the latest django-helpdesk work. Andreas Kotowicz 2011-05-03 20:14:05 +0200
  • 0f45891404 Add Spanish (Mexican) and French translations, thanks to @albertogaona and @kolin22. Updated Spanish (Castilian), also thanks to Alberto. Ross Poulton 2011-05-02 23:12:40 +0000
  • 9175203fb1 Migrate charts to jqPlot. Needs a bit of clean-up, especially separating out date & non-date reports. Ross Poulton 2011-05-02 22:32:51 +0000
  • b42026ec33 Allow selection of all items on custom "list" fields. Fixes GH-23. Ross Poulton 2011-05-02 22:32:15 +0000
  • c9e68a05a7 When a logged-in user hits the public ticket view, redirect them to the staff view. Ross Poulton 2011-05-02 22:31:30 +0000
  • f3bd5da906 Push navigation into a single place, so that the navigation experience is consistent regardless of which views (public vs staff) the user lands on. Closes GH-52, thanks to kotowicz. Ross Poulton 2011-04-28 21:00:11 +1000
  • 592ec09916 If a ticket hasn't been resolved, ensure that public users can still resolve it. Fixes GH-51, thanks to kotowicz. Ross Poulton 2011-04-28 20:23:16 +1000
  • b4ffb91b9c Ensure queue locale is included in safe_template_context as reported by vvarp. This should close GH-56 without further issues - please reopen if required.. Ross Poulton 2011-04-28 20:19:42 +1000
  • f8684e7b3f Merged pull request #53 from issackelly/master. Ross Poulton 2011-04-28 03:10:23 -0700
  • 41fa67e42d Merged 021a48c843 into ebc4b7d24c GitHub Merge Button 2011-04-28 03:08:50 -0700
  • ebc4b7d24c Add proper database migrations support using South. Updated documentation to match. Closes GH-50. Ross Poulton 2011-04-27 19:57:03 +1000
  • 090685b6d9 Clean up comments in create_usersettings, and fix copyright in escalate_tickets. Ross Poulton 2011-04-19 23:02:33 +0000
  • b108e5147c Merge branch 'bclermont-master' Ross Poulton 2011-04-19 22:59:49 +0000
  • 5278634a76 Fixes GH-54: Stats crash without open tickets. This should have already been caught, so this patch fixes it and adds another sanity check at report runtime. Ross Poulton 2011-04-19 21:36:20 +0000
  • 701d742840 Update Spanish & Polish translations, thanks to Transifex users erik_river (es) and mpasternak (pl) Ross Poulton 2011-04-18 08:39:16 +0000
  • 590b5a20d9 add command to create UserSettings for user who do not have one yet Bruno Clermont 2011-04-15 17:38:12 -0400
  • 021a48c843 Fix the fixture, and update for django 1.3, add dist and egg-info to gitignore Issac Kelly 2011-03-25 18:02:43 -0400
  • eca88be838 Add support for multi-locale email templates. Also added Russian templates (closes GH-1). REQUIRES SCHEMA CHANGE: SEE FILE UPGRADE. Ross Poulton 2011-03-11 22:30:59 +0000
  • b5da29dcfe Allow multiple e-mails to be entered for the queue CC email addresses. Separate with a comma. Closes GH-49. Ross Poulton 2011-03-05 03:29:01 +0000
  • b31068caa9 Add documentation re: login URL. Closes issue GH-48. Ross Poulton 2011-03-05 03:19:15 +0000
  • 7666ad668d Merge branch 'bclermont-master' Ross Poulton 2011-02-27 23:45:49 +0000
  • b61a1b1af7 Updated translations from Transifex. Big thanks to mpasternak for some great work on the Polish translation which is now at 61%. Ross Poulton 2011-02-25 22:50:00 +0000
  • 4052518957 Add basic documentation on contributing, including using Transifex for translation. Ross Poulton 2011-02-25 22:48:40 +0000
  • 0431865824 Do not close <select> at the begining. Bruno Clermont 2011-02-19 14:17:14 -0500
  • b801b184e4 Move from 'flot' to jqPlot for the upcoming reporting changes. Not able to do multi-series bar charts with flot easily enough so switched to jqPlot. Actual reporting changes still a work in progress. Ross Poulton 2011-02-14 22:07:24 +0000
  • a0af56d27e Updated Spanish translation (via Transifex) Ross Poulton 2011-02-14 22:06:20 +0000
  • 3f418a5303 Remove invalid .gitignore Ross Poulton 2011-02-14 22:05:45 +0000
  • 35c8f69ca9 Move .gitignore outside python 'helpdesk' folder Ross Poulton 2011-02-14 22:05:10 +0000
  • 8dc08b2e9c Remove doctrees & html docs; moved reStructuredText files from docs/source/ to docs/ to make it a little easier for most people to access. Ross Poulton 2011-02-14 22:03:09 +0000
  • f165587112 Update translations from Transifex (incl add transifex config to project) and add Polish translation (currently approx 26% translated) Ross Poulton 2011-02-12 02:22:55 +0000
  • 856b6a46aa Make sure 'Close' link on public ticket view always works (Issue #41) Ross Poulton 2011-02-12 01:56:56 +0000
  • c129445ceb Update documentation to include note about installing Markdown Ross Poulton 2011-02-12 01:21:34 +0000
  • 8920824a7b Fix link to jQuery in public templates Ross Poulton 2011-02-12 01:13:30 +0000
  • e691708e73 temporary fix for bug https://github.com/rossp/django-helpdesk/issues/#issue/22 Andreas Kotowicz 2011-02-08 22:19:17 +0100
  • c69efa1587 fix for bug https://github.com/rossp/django-helpdesk/issues#issue/37 Andreas Kotowicz 2011-02-08 12:17:05 +0100
  • 52289dc0db Update doco to show how to put somewhere than /helpdesk/. Ross Poulton 2011-02-08 07:45:42 +0000
  • 18e3d11006 Update locale files to pick up new / updated strings for translation. Ross Poulton 2011-02-07 10:34:23 +0000
  • ad58b4dcbb fixed missing bracket in string. thanks to jezdez for catching this during translation. Ross Poulton 2011-02-07 10:23:06 +0000
  • ecd4f2ce42 Remove Transifex image from README as GitHub can't show it due to https usage. Ross Poulton 2011-02-07 07:54:11 +0000
  • 6d1df855d7 Add link to Transifex translation project Ross Poulton 2011-02-07 07:50:47 +0000
  • 6527ad0d55 Add author info to English language file Ross Poulton 2011-02-07 07:42:37 +0000
  • 6262bec02f Remove un-minimised flot JavaScript Ross Poulton 2011-02-07 07:40:18 +0000
  • f8c175204d Add 'flot' charting library, ready to migrate charts from Google to a locally-hosted javascript implementation Ross Poulton 2011-02-07 07:37:25 +0000
  • 37de73b2a2 Rename categories to kb_categories Bruno Clermont 2011-02-06 17:51:25 -0500
  • 000f53ad4c Merge remote branch 'upstream/master' Bruno Clermont 2011-02-06 17:49:36 -0500
  • 594be07b26 check if queue id is given for new ticket. this is useful if you want to provide a link for the appropriate queue. Andreas Kotowicz 2011-02-06 19:17:55 +0100
  • 2d302ceba6 sort list of users by username in helpdesk/tickets/X/cc/add/ Andreas Kotowicz 2011-02-06 18:49:07 +0100
  • 8ed7debbdf quickfix for bug https://github.com/rossp/django-helpdesk/issues#issue/33 we need to figure out why in this particular case, 'request' is a string. Andreas Kotowicz 2011-02-06 13:30:04 +0100
  • b40d4511a3 dropdown menu for saved queries - removes previously used div. Andreas Kotowicz 2011-02-05 22:31:12 +0100
  • 613b2fc132 Rebuilt HTML documentation Ross Poulton 2011-02-05 05:11:34 +0000
  • a15c8e0e23 Add license to documentation Ross Poulton 2011-02-05 05:09:19 +0000
  • 7704f5cc15 Remove TOC from README Ross Poulton 2011-02-05 05:01:09 +0000
  • 36399ff392 Update README Ross Poulton 2011-02-05 04:59:24 +0000
  • d1f1b63352 Migrate README to reStructuredText Ross Poulton 2011-02-05 04:54:37 +0000
  • ad93e7c884 Update README Ross Poulton 2011-02-05 04:51:34 +0000
  • 9d4a715804 Fix links in spam.rst Ross Poulton 2011-02-05 04:37:23 +0000
  • 6649d998e0 Update formatting in documents Ross Poulton 2011-02-05 04:29:50 +0000
  • ac37198e3f Add first round of proper documentation. Mostly taken from the README at this stage. Ross Poulton 2011-02-04 23:13:37 +0000
  • 7e84935853 Fix issue when user does not have yet settings Bruno Clermont 2011-02-03 19:40:15 -0500
  • 5b47370ec6 Add default value for KBItem vote and positive vote Bruno Clermont 2011-02-03 17:15:03 -0500
  • d6602e96d7 keep new lines in html emails Andreas Kotowicz 2011-02-03 14:02:14 +0100
  • 2577d3704a introduce status DUPLICATE. This is somethimes useful. The number of the original bug can written inside the 'comment / resolution' field. Andreas Kotowicz 2011-02-03 12:42:51 +0100
  • a780f51466 sort list of users by username - makes it easier to find the person you are looking for. Andreas Kotowicz 2011-02-03 12:21:01 +0100
  • 99183ce6a5 Merge branch 'kotowicz-master' Ross Poulton 2011-02-03 10:19:33 +0000