aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | fix up basic auth for admin settings: get credentials from config, cause ↵Seb Bacon2011-07-06-10/+53
| | | | | | | | | | | | default (where no config) to skip authorization completely, add tests for these
| * | The tests require an "es" locale in the routesSeb Bacon2011-07-06-0/+2
| | |
| * | Get default locale from config, and set default values to work with tests etcSeb Bacon2011-07-06-2/+4
| | |
| * | Fix HTML to pass HTML4.01 strict validation during testingSeb Bacon2011-07-06-1/+2
| | |
| * | When testing, don't HTML-validate Unauthorized responsesSeb Bacon2011-07-06-1/+7
| | |
| * | initial merge of Kosovan branch; still need to get tests passing, factor out ↵Seb Bacon2011-07-06-1173/+18897
| |\ \ | | | | | | | | | | | | Kosovan-specific code
| | * | I18n string for viewsFaton Selishta2011-06-30-85/+67
| | | |
| | * | I18n string for modelsFaton Selishta2011-06-30-68/+75
| | | |
| | * | I18n string for controllersFaton Selishta2011-06-30-103/+105
| | | |
| | * | new images for frontFaton Selishta2011-06-30-0/+0
| | | |
| | * | added alaveteli themeFaton Selishta2011-06-30-0/+3712
| | | |
| | * | Latest i18n PO filesFaton Selishta2011-06-25-1/+31
| | | |
| | * | latest app.pot fileFaton Selishta2011-06-25-19/+405
| | | |
| | * | Latest i18n PO filesFaton Selishta2011-06-23-90/+467
| | | |
| | * | new request states for our codeFaton Selishta2011-06-14-0/+9
| | | |
| | * | Take out from cache home partFaton Selishta2011-06-14-2/+2
| | | |
| | * | Fixed some syntax errorsFaton Selishta2011-06-14-20/+18
| | | |
| | * | change an harcodet linkFaton Selishta2011-06-14-1/+1
| | | |
| | * | some string fixedFaton Selishta2011-06-08-2/+2
| | | |
| | * | new localised static page for helpFaton Selishta2011-06-06-4/+2159
| | | |
| | * | I18n fixFaton Selishta2011-06-02-274/+7153
| | | |
| | * | some help content for new requestFaton Selishta2011-06-02-10/+8
| | | |
| | * | Specific code for our requirements (kosovo law, our request etc..)Faton Selishta2011-06-02-8/+52
| | | |
| | * | Fixed i18n stringsFaton Selishta2011-06-02-90/+63
| | | |
| | * | latest en .po filesFaton Selishta2011-06-02-255/+324
| | | |
| | * | latest i18n PO filesFaton Selishta2011-04-29-58/+2189
| | | |
| | * | Fixed i18n stringsFaton Selishta2011-04-29-27/+16
| | | |
| | * | fixed i18n stringsFaton Selishta2011-04-27-46/+46
| | | |
| | * | i18n PO filesFaton Selishta2011-04-26-41/+2037
| | | |
| | * | Fix a bug of translationFaton Selishta2011-04-26-2/+1
| | | |
| | * | added i18n strings in controller's templateFaton Selishta2011-04-26-3/+3
| | | |
| | * | added i18n strings in view templatesFaton Selishta2011-04-26-584/+579
| | | |
* | | | The generated Message-Id value uses the id of the OutgoingMessage, whichRobin Houston2011-07-08-4/+4
| | | | | | | | | | | | | | | | | | | | is not assigned till the object is saved. So we need to save it before we send the message.
* | | | typoRobin Houston2011-07-08-1/+1
| | | |
* | | | If there’s a unique guess as to the correct info request an incomingRobin Houston2011-07-08-1/+5
| | | | | | | | | | | | | | | | message should be associated with, prepopulate the "move" form with it.
* | | | Upgrade commonlibRobin Houston2011-07-08-0/+0
| | | |
* | | | config/general.yml is just as good as config/generalRobin Houston2011-07-08-1/+1
| | | |
* | | | Update commonlibRobin Houston2011-07-08-0/+0
| | | |
* | | | Update commonlibRobin Houston2011-07-08-0/+0
| | | |
* | | | Correct over-zealous search-and-replace error.Robin Houston2011-07-08-2/+2
| | | |
* | | | The LibYAML parser seems to have a problem with comments at the ends of lines.Robin Houston2011-07-08-5/+12
| | | |
* | | | Let’s just ignore anything with a .deployed extension in the config directoryRobin Houston2011-07-08-5/+1
| | | |
* | | | Change the config file to YAML, rather than PHP.Robin Houston2011-07-08-69/+58
| | | |
* | | | Include the id of the OutgoingMessage in the SMTP Message-Id, andRobin Houston2011-07-07-5/+24
| |_|/ |/| | | | | | | | | | | | | | record the full Message-Id in the event log. Closes #70.
* | | More admin links in request pages.Robin Houston2011-07-06-7/+14
| | | | | | | | | | | | Closes #46.
* | | Do not attempt to display the locale switcher if it would fail to render.Robin Houston2011-07-06-12/+12
| | | | | | | | | | | | Closes #59. (In conjunction with the removal of translate_routes))
* | | Ignore .DS_Store files.Robin Houston2011-07-06-0/+1
| | |
* | | Remove the translate_routes plugin, for now, because it appears toRobin Houston2011-07-06-821/+1
| | | | | | | | | | | | be the cause of several difficult bugs related to routing.
* | | Correct the links to the list of banned users.Robin Houston2011-07-06-2/+2
| | | | | | | | | | | | (I assume this path has changed?)
* | | Fix the routing for "destroy censor rule".Robin Houston2011-07-06-1/+1
|/ /