aboutsummaryrefslogtreecommitdiffstats
path: root/app
AgeCommit message (Collapse)Author
2017-08-22Refs: #4273@3h;Robert
Debugging Java Integration (ZipService -> HTTPService -> Object Creation) - Created an ErrorFormat concern to see what went wrong in the HTTP call as so many things can go wrong due to: * Timeout Issues * Illegal database setup or cleaning before tests
2017-08-21Refs #4246 Fix combinaitions to only consider effective days for the two ttcedricnjanga
2017-08-21Revert "Updating imports menu link"Alban Peignier
This reverts commit 30b746b8b238c9ba22e972556e94950adb3f5e8b.
2017-08-21Refs: #4189@4h; Allowing change of `name` and `public_name` in ↵Robert
`Chouette::Route#duplicate`
2017-08-21Add the possibility to add included days in a periodcedricnjanga
2017-08-21Refs: #4273@20h; Reverse Engeneeiring RubyZip fixed ZipServiceRobert
- Replzed Lazy Enum over get_next_entry and group by with explicit looping and yielding to an instance level enumerator that yields streams per subdir (wich represents a referential). - Fixtures and Specs that use a REAL usecase. Next: Get rid of metadata kludge (should fix failing specs)
2017-08-18Fix model_name method fatten namespaceXinhui
2017-08-18Api_key policy classXinhui
2017-08-18Refactoring api_key#new form with simple_formXinhui
2017-08-18Refactoring api_keys views with table_builderXinhui
2017-08-18Updating imports menu linkjpl
2017-08-17Model ApiKey add belongs_to organisationXinhui
2017-08-17Refs #4257: Updating layout for imports#newjpl
2017-08-17Refs #4256: Adding creator attr. on imports#indexjpl
2017-08-17Refs #4256: Adding filters on imports#indexjpl
2017-08-16Add VJ Delete company actioncedricnjanga
2017-08-16Import validate presence of creatorXinhui
Refs #4270
2017-08-16Refs #4256: Fix table_builder link management, adding links to gear menu on ↵jpl
imports#index
2017-08-16Refs #4256: adding pagination and so for imports#indexjpl
2017-08-16Update JS timetable specscedricnjanga
2017-08-16Update JS timetable specscedricnjanga
2017-08-16Timetable Period form updatecedricnjanga
2017-08-16Refacto and fixes on Timetable Error modalcedricnjanga
2017-08-16JP and VJ refactocedricnjanga
2017-08-16Timetable : Can't add period if it overlaps in_daycedricnjanga
2017-08-16Add traslations for timetable editcedricnjanga
2017-08-16Refs #4226 Validation on TT with day types but no periodscedricnjanga
2017-08-16JP Read mode donecedricnjanga
2017-08-16VJ Read mode donecedricnjanga
2017-08-16 Refs: #4189@1h; Implementation of Chouette::Route#duplicate & ↵Robert
Chouette::StopPoint#duplicate Implementing, as specified: - The duplicated Route objectid is autogenerated - The duplicated StopPoint objectids are autogenerated - the duplicated Route object_version equals the source's one (UNCHANGED)
2017-08-15Refs: #4189@2h; Iimplementation of Chouette::Route#duplicate & ↵Robert
Chouette::StopPoint#duplicate With the following unspecified behaviour concerning `objectid` and `object_version` - The duplicated Route objectid is passed into Route#duplicate - The duplicated StopPoint objectids are constructed from the source's objectids (parts 2 & 3) and the route's objectid (part 1) - the duplicated Route object_version equals the source's one
2017-08-14Refs #4256: starting with table_builder2 on imports#indexjpl
2017-08-14cosmetic ut8 removal [amend me]Robert
2017-08-11RoutesController: Add separate method for POST /duplicateTeddy Wing
Send POST requests for duplication to a new controller method so we can more easily handle them and separate setup and creation code. Note that the test doesn't work. The `to change` part succeeds even though it shouldn't. Still need to figure out what's going on there, but committing this to hand off the feature to Robert. Refs #4189
2017-08-11Routes#duplicate: Add breadcrumb to pageTeddy Wing
Build a breadcrumb. In order to do so, we need to set the `@line` instance variable (how would I know that? I wouldn't, damn implicit dependencies). Refs #4189
2017-08-11Routes#duplicate: Add page headerTeddy Wing
Set header text in the locale files and display it on the page given the route ID in the URL. Remove the third argument from `pageheader` because after looking at the helper method's signature, I see that it's not necessary. Refs #4189
2017-08-11Add views/routes/duplicate.html.slimTeddy Wing
Duplicate of new.html.slim for now just to get the page working. Refs #4189
2017-08-11RoutesController: Get rid of old commented codeTeddy Wing
This method was commented out in 2012. Safe to say we can remove it.
2017-08-11Add routes to Routes#duplicateTeddy Wing
A couple of new routes for a form that will allow us to duplicate an itinéraire/route inside a line. Refs #4189
2017-08-11initialRobert
2017-08-10Remove useless codeXinhui
2017-08-10add has_many workbench_object_identifiers for workbenchXinhui
2017-08-10Replace netex objectid support by codifligne objectid support for groupOfLineXinhui
2017-08-09Replace netex objectid support by codifligne objectid support for network ↵Xinhui
and company
2017-08-09Merge branch 'master' of github.com:af83/stif-boivRobert
2017-08-08Model WorkbenchObjectIdentifierXinhui
2017-08-08Merge branch 'checksum'Xinhui
2017-08-08DataFormatEnumerations data_format default to netexXinhui
2017-08-08Merge branch 'master' of github.com:af83/stif-boivRobert
2017-08-08Microfix local renaming and codegeneration artefact removalRobert