webchick
|
37e7f6a43b
|
Issue #2314861 by Crell: Standardize aggregator entity route names.
|
2014-08-04 09:53:57 -07:00 |
webchick
|
1a993dbb84
|
Issue #2288185 by typhonius: Fixed Typos around the codebase for OPML.
|
2014-06-26 23:48:18 -07:00 |
webchick
|
7d7b24fedd
|
Issue #2152673 by ParisLiakos: Remove duplicate edit route from aggregator and make delete/add consistent with rest of core.
|
2014-03-24 09:54:49 -07:00 |
Alex Pott
|
81d8c4ab7d
|
Issue #1878302 by martin107, InternetDevels, nick_daffodil, chrisroane: Use 'delete' over 'remove' in the aggregator module.
|
2014-03-24 11:06:27 +01:00 |
Nathaniel Catchpole
|
09ff81ae52
|
Issue #2167039 by likin, dawehner, Wim Leers, tstoeckler, vijaycs85: Regression: page cache tags broken, also: some routes incorrectly use _controller -> No page object in template variables -> Fatal in seven_preprocess_page().
|
2014-01-29 10:47:12 +00:00 |
Nathaniel Catchpole
|
4c6440288d
|
Issue #2068471 by dawehner, Crell, tim.plunkett, jibran, fubhy, larowlan: Normalize Controller/View-listener behavior with a Page object.
|
2014-01-01 20:32:52 +00:00 |
webchick
|
2f92e22d1b
|
Issue #2153293 by ParisLiakos: Remove unused parameter in AggregatorController::opmlPage.
|
2013-12-09 19:57:42 -08:00 |
webchick
|
2e8b1a44ca
|
Issue #2127725 by ParisLiakos: Remove category handling from aggregator.
|
2013-12-06 15:32:17 -08:00 |
webchick
|
ada9c9da11
|
Issue #2109303 by damiankloip, ParisLiakos: Convert CSRF checks in controllers to the routing system.
|
2013-12-03 20:27:53 -08:00 |
webchick
|
063b5cd333
|
Issue #2143933 by tim.plunkett, pwolanin, dawehner: Add _title and _title_callback to all routes.
|
2013-11-27 23:44:52 -08:00 |
Alex Pott
|
47ec9cf0be
|
Issue #2076085 by dawehner, damiankloip, Letharion, pwolanin: Resolve the need for a 'title callback' using the route .
|
2013-09-22 17:01:56 +02:00 |
webchick
|
ef2e45b0e8
|
Issue #2089635 by tim.plunkett, disasm, larowlan: Convert non-test non-form page callbacks to routes and controllers.
|
2013-09-18 11:30:30 -07:00 |
webchick
|
8347b04c34
|
Issue #2051097 follow-up by tim.plunkett: Remove silly spacing errors.
|
2013-09-15 22:06:19 -07:00 |
webchick
|
7cfa38d01a
|
Issue #2051097 by dawehner, Manuel Garcia, tlattimore, neclimdul: Change 'pattern' to 'path' in *.routing.yml files.
|
2013-09-15 21:47:28 -07:00 |
webchick
|
99670f0847
|
Issue #1981368 by tim.plunkett, Crell, webchick: Convert all routes to 'module_name().foo_bar()' naming convention.
|
2013-09-15 12:59:49 -07:00 |
webchick
|
e629722775
|
Issue #1974408 by kim.pepper, disasm, ParisLiakos, kshama_deshmukh, alexpott, theMusician, pwieck | mtift: Convert aggregator_page_source() to a Controller.
|
2013-09-14 01:41:39 -07:00 |
webchick
|
d4da27e5fa
|
Issue #1987692 by becw, cbiggins, tim.plunkett | vijaycs85: Convert all references to entity_get_form() as page callbacks to _entity_form() w/ corresponding routing.yml entries.
|
2013-09-04 23:52:31 -07:00 |
webchick
|
6042a99336
|
Issue #2040199 by kim.pepper, afeijo, larowlan, ParisLiakos: Convert aggregator_page_category_form() and aggregator_page_source_form() to a Controller.
|
2013-09-02 14:28:28 -07:00 |
Dries
|
3868033249
|
Issue #2046303 by kim.pepper: Convert aggregator_form_category() to FormInterface.
|
2013-08-16 12:32:24 -05:00 |
Alex Pott
|
08f15f2487
|
Issue #1974376 by kim.pepper, cbiggins, stella, pwieck: Convert aggregator_page_categories() to a Controller.
|
2013-06-28 09:25:01 +01:00 |
Alex Pott
|
73fbcf8072
|
Issue #2011018 by tim.plunkett: Reconcile entity forms and confirm forms.
|
2013-06-17 23:26:42 +02:00 |
Alex Pott
|
466c8c4ca5
|
Issue #2015377 by kim.pepper: Move Controllers in 'Routing' to 'Controller' namespace.
|
2013-06-14 23:48:32 +02:00 |
Nathaniel Catchpole
|
c3938baa9d
|
Issue #1974372 by kim.pepper, ParisLiakos: Convert aggregator_page_sources() to a Controller.
|
2013-06-08 21:15:51 +01:00 |
Alex Pott
|
c9b5abc548
|
Issue #1974370 by kim.pepper: Convert aggregator_page_last() to a Controller.
|
2013-05-20 05:38:01 -07:00 |
Alex Pott
|
0a7825c8c8
|
Issue #1972260 by ParisLiakos, marcingy: Convert aggregator_admin_refresh_feed() to a new style controller.
|
2013-05-13 21:08:07 +01:00 |
Alex Pott
|
9b1c15fa00
|
Issue #1972264 by ParisLiakos: Convert aggregator_admin_overview() to a new style controller.
|
2013-05-01 22:48:47 +01:00 |
Alex Pott
|
a1d49675bb
|
Issue #1963410 by mtift, ParisLiakos: Convert aggregator_form_opml() to a FormInterface implementation and routing definition.
|
2013-04-27 11:42:58 +01:00 |
Alex Pott
|
04fd88499d
|
Issue #1972262 by ParisLiakos: Convert aggregator_feed_add() to a new style controller.
|
2013-04-24 12:53:19 +01:00 |
webchick
|
316b5edf9a
|
Issue #767894 by kim.pepper, sivaji, paranojik: Fixed Add a confirm form for feed delete.
|
2013-04-13 16:11:31 -07:00 |
catch
|
53f4afe325
|
Issue #1925048 by tim.plunkett, amateescu, rootatwc: Convert aggregator's system_config_form() to SystemConfigFormBase.
|
2013-04-06 22:48:11 +01:00 |
Dries
|
1b8331822e
|
Issue #1946324 by rootatwc: Convert confirm_form() in aggregator.admin.inc to the new form interface.
|
2013-03-22 22:29:57 -04:00 |