| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-22 | Refs: #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-21 | Refs #4246 Fix combinaitions to only consider effective days for the two tt | cedricnjanga | |
| 2017-08-21 | Revert "Updating imports menu link" | Alban Peignier | |
| This reverts commit 30b746b8b238c9ba22e972556e94950adb3f5e8b. | |||
| 2017-08-21 | Refs: #4189@4h; Allowing change of `name` and `public_name` in ↵ | Robert | |
| `Chouette::Route#duplicate` | |||
| 2017-08-21 | Add the possibility to add included days in a period | cedricnjanga | |
| 2017-08-21 | Refs: #4273@20h; Reverse Engeneeiring RubyZip fixed ZipService | Robert | |
| - 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-18 | Fix model_name method fatten namespace | Xinhui | |
| 2017-08-18 | Api_key policy class | Xinhui | |
| 2017-08-18 | Refactoring api_key#new form with simple_form | Xinhui | |
| 2017-08-18 | Refactoring api_keys views with table_builder | Xinhui | |
| 2017-08-18 | Updating imports menu link | jpl | |
| 2017-08-17 | Model ApiKey add belongs_to organisation | Xinhui | |
| 2017-08-17 | Refs #4257: Updating layout for imports#new | jpl | |
| 2017-08-17 | Refs #4256: Adding creator attr. on imports#index | jpl | |
| 2017-08-17 | Refs #4256: Adding filters on imports#index | jpl | |
| 2017-08-16 | Add VJ Delete company action | cedricnjanga | |
| 2017-08-16 | Import validate presence of creator | Xinhui | |
| Refs #4270 | |||
| 2017-08-16 | Refs #4256: Fix table_builder link management, adding links to gear menu on ↵ | jpl | |
| imports#index | |||
| 2017-08-16 | Refs #4256: adding pagination and so for imports#index | jpl | |
| 2017-08-16 | Update JS timetable specs | cedricnjanga | |
| 2017-08-16 | Update JS timetable specs | cedricnjanga | |
| 2017-08-16 | Timetable Period form update | cedricnjanga | |
| 2017-08-16 | Refacto and fixes on Timetable Error modal | cedricnjanga | |
| 2017-08-16 | JP and VJ refacto | cedricnjanga | |
| 2017-08-16 | Timetable : Can't add period if it overlaps in_day | cedricnjanga | |
| 2017-08-16 | Add traslations for timetable edit | cedricnjanga | |
| 2017-08-16 | Refs #4226 Validation on TT with day types but no periods | cedricnjanga | |
| 2017-08-16 | JP Read mode done | cedricnjanga | |
| 2017-08-16 | VJ Read mode done | cedricnjanga | |
| 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-15 | Refs: #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-14 | Refs #4256: starting with table_builder2 on imports#index | jpl | |
| 2017-08-14 | cosmetic ut8 removal [amend me] | Robert | |
| 2017-08-11 | RoutesController: Add separate method for POST /duplicate | Teddy 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-11 | Routes#duplicate: Add breadcrumb to page | Teddy 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-11 | Routes#duplicate: Add page header | Teddy 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-11 | Add views/routes/duplicate.html.slim | Teddy Wing | |
| Duplicate of new.html.slim for now just to get the page working. Refs #4189 | |||
| 2017-08-11 | RoutesController: Get rid of old commented code | Teddy Wing | |
| This method was commented out in 2012. Safe to say we can remove it. | |||
| 2017-08-11 | Add routes to Routes#duplicate | Teddy 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-11 | initial | Robert | |
| 2017-08-10 | Remove useless code | Xinhui | |
| 2017-08-10 | add has_many workbench_object_identifiers for workbench | Xinhui | |
| 2017-08-10 | Replace netex objectid support by codifligne objectid support for groupOfLine | Xinhui | |
| 2017-08-09 | Replace netex objectid support by codifligne objectid support for network ↵ | Xinhui | |
| and company | |||
| 2017-08-09 | Merge branch 'master' of github.com:af83/stif-boiv | Robert | |
| 2017-08-08 | Model WorkbenchObjectIdentifier | Xinhui | |
| 2017-08-08 | Merge branch 'checksum' | Xinhui | |
| 2017-08-08 | DataFormatEnumerations data_format default to netex | Xinhui | |
| 2017-08-08 | Merge branch 'master' of github.com:af83/stif-boiv | Robert | |
| 2017-08-08 | Microfix local renaming and codegeneration artefact removal | Robert | |
