gnome-recipes:list-new

Last commit made on 2017-02-25
Get this branch:
git clone -b list-new https://git.launchpad.net/gnome-recipes

Branch merges

Branch information

Name:
list-new
Repository:
lp:gnome-recipes

Recent commits

0aa5ac5... by Matthias Clasen <email address hidden>

Add a 'new recipes' category on the landing page

This is a pretty obvious addition. We can discuss what
exactly should show up on the list, and whether it should
be configurable how new the recipes should be.

de137ff... by Matthias Clasen <email address hidden>

Add API to switch the window to a new recipes list

This uses the just-introduced list page API.

bebf40d... by Matthias Clasen <email address hidden>

Add API to populate a list page with new recipes

This uses hte just-introduced find-new-recipes query.

9595747... by Matthias Clasen <email address hidden>

Add queries for new and updates recipes

Make it possible to use search terms like
ct:<timestamp> and mt:<timestamp> to find recipes that have
been created or changed after a given time.

84637c8... by Matthias Clasen <email address hidden>

Add labels for many timers in recipes

8e2db18... by Matthias Clasen <email address hidden>

Don't try to do automatic mtime updates

It is too hard to avoid accidentally bumping mtime while
loading data initially, this way. Instead, set mtime explicitly
from the one place where we store user-initated changes.

550fe20... by Matthias Clasen <email address hidden>

Save data alphabetically sorted

39302ec... by Matthias Clasen <email address hidden>

Sort the databases alphabetically

We now keep entries sorted alphabetically when saving, which
will make the changes meaningful when I use recipes to edit
the data.

0a5f62c... by Matthias Clasen <email address hidden>

Add a debug env var

Setting RECIPES_DATA_DIR when running unsandboxed will let me
use recipes to edit that data in the my git checkout, which
makes it much easier to edit contributed recipes.

1fa73d1... by Matthias Clasen <email address hidden>

Add an 'All recipes' tile on the landing page

This has been requested, and I don't see a reason
not to have this list.