Ticket #150 (closed patch: fixed)

Opened 15 months ago

Last modified 15 months ago

move funtionality to grab posts to the common class

Reported by: michiel Owned by: michiel
Priority: normal Milestone:
Component: global Version:
Severity: Keywords:
Cc:

Description

the functionality to grab a list of posts based on url params etc really should be in mvblog_common so both the frontend and the admin interface can use it.

Attachments

move_get_posts_to_common.patch (9.4 KB) - added by michiel 15 months ago.
patchfile that creates function and uses it in public interface

Change History

Changed 15 months ago by michiel

patchfile that creates function and uses it in public interface

Changed 15 months ago by michiel

  • owner set to michiel
  • status changed from new to assigned

Changed 15 months ago by michiel

  • status changed from assigned to closed
  • resolution set to fixed

(In [563]) Move get_posts from mvblog class to the mvblog_common class. This way we can also use it in the backend. This will allow sorting and filtering on more parameters in the backend.

Closes #150

Note: See TracTickets for help on using tickets.