Skip to content
  1. Jul 26, 2009
    • Jochen Stals's avatar
      · 9790b074
      Jochen Stals authored
      - Changed functionality so messages are fetched by number of records and not by timestamp.
      - Added pager property to info so the messagebuilder knows more on how it should display things.
      - Added a per-message  property to overrule the maximum number of messages to merge together. The
        global setting is overruled if the message specific one is set. For instance, when uploading images,
        layout-wise we want to show 5 images in the summary. But if pages are the context of activity, then i
        will only show 3 of them.
      - TODO Make the pager ajax compatible and add settings for each access type
      6.x-4.1
      9790b074
  2. Jul 25, 2009
  3. Jul 22, 2009
  4. Jul 21, 2009
  5. Jul 20, 2009
  6. Jul 19, 2009
  7. Jul 12, 2009
  8. Jul 03, 2009
  9. Mar 16, 2009
  10. Mar 15, 2009
  11. Mar 11, 2009
  12. Feb 25, 2009
  13. Feb 24, 2009
  14. Feb 22, 2009
    • Jochen Stals's avatar
      Fixed lots of bugs of intern issue queue · 781c8e2c
      Jochen Stals authored
      The grouping of messages is fixed now
      I found a big error in my code while storing the relations of a user. Fixed.
      The public and private heartbeat have been altered due to a big change in code. A peer review indicated that refraction was needed. The sollution we came up with is a message builder as context of a state pattern. The concrete state objects are derived from a base heartbeat access object performing certain taks for all states. Little implementation of a template method pattern.
      Furtheron the heartbeat stores its info about relations. (init hook used to store data to the heartbeat_relations in the global user object). This info can easily be retrieved from a heartbeat instance.
      781c8e2c
  15. Feb 14, 2009
  16. Feb 10, 2009
  17. Feb 08, 2009