Revisions for mnemo/view.php

Location: [ Horde ] / mnemo / view.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.27.2.11 FRAMEWORK_3 (+14 -1 lines) 02/28/2008 11:38 PM Chuck Hagenbuch chuck

MFH: Show who created or made the last change to an
event/task/note/contact along with the date (Request #6305).

Tags: MNEMO_2_2, MNEMO_2_2_RC3

1.42 (+14 -1 lines) 02/28/2008 11:34 PM Chuck Hagenbuch chuck

Show who created or made the last change to an event/task/note/contact
along with the date (Request #6305).

1.27.2.10 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:32 AM Jan Schneider jan

Happy New Year

Tags: MNEMO_2_2_RC2

1.41 (+2 -2 lines) 01/02/2008 06:13 AM Jan Schneider jan

Happy New Year

1.27.2.9 FRAMEWORK_3 (+38 -12 lines) 12/20/2007 09:17 AM Jan Schneider jan

Merge from HEAD.

1.40 (+2 -2 lines) 08/01/2007 12:11 AM Chuck Hagenbuch chuck

Jon has assigned his copyrights to The Horde Project.

Tags: BEFORE_MERGE_3_2, MNEMO_2_2_RC1, MNEMO_2_2_ALPHA

1.39 (+2 -2 lines) 06/27/2007 01:24 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.38 (+2 -2 lines) 06/01/2007 10:52 AM Chuck Hagenbuch chuck

php4 references
Bug: 5422

1.27.2.8 FRAMEWORK_3 (+2 -2 lines) 01/02/2007 08:55 AM Jan Schneider jan

Happy New Year

Tags: MNEMO_2_1_2

1.37 (+1 -5 lines) 12/28/2006 02:47 PM Chuck Hagenbuch chuck

[cjh] Add the ability to save a note as a PDF.

1.36 (+34 -4 lines) 12/14/2006 06:28 AM Jan Schneider jan

Add support for encrypted notes.

1.35 (+3 -3 lines) 05/10/2006 05:08 PM Chuck Hagenbuch chuck

Show the memo's description line as the title - mostly a logic fix.

1.27.2.7 FRAMEWORK_3 (+12 -10 lines) 03/03/2006 06:00 PM Chuck Hagenbuch chuck

MFH: Make sure to check that we got a valid result back from getHistory()
before doing anything with it.
Bug: 3560

Tags: MNEMO_2_1_1, MNEMO_2_1

1.34 (+12 -10 lines) 03/03/2006 06:00 PM Chuck Hagenbuch chuck

Make sure to check that we got a valid result back from getHistory()
before doing anything with it.
Bug: 3560

1.27.2.6 FRAMEWORK_3 (+2 -2 lines) 01/01/2006 04:29 PM Jan Schneider jan

Happy new year

Tags: MNEMO_2_1_RC2, MNEMO_2_1_RC1

1.33 (+2 -2 lines) 01/01/2006 04:11 PM Jan Schneider jan

Happy new year\!

1.27.2.5 FRAMEWORK_3 (+2 -1 lines) 10/22/2005 07:42 AM Jan Schneider jan

MFH: 1.32

1.32 (+2 -1 lines) 10/22/2005 07:23 AM Jan Schneider jan

HTML cleanup.

1.27.2.4 FRAMEWORK_3 (+25 -10 lines) 10/18/2005 09:01 AM Jan Schneider jan

Merged from HEAD.

1.31 (+25 -10 lines) 09/26/2005 06:41 AM Jan Schneider jan

Allow to retrieve memo by UID.

Tags: BEFORE_MERGE_3_1

1.27.2.3 FRAMEWORK_3 (+7 -3 lines) 08/23/2005 07:24 AM Jan Schneider jan

MFH: Fix licenses and phpdoc headers.

Tags: MNEMO_2_0_3, MNEMO_2_0_2, MNEMO_2_0_2_RC1

1.30 (+7 -3 lines) 08/23/2005 06:54 AM Jan Schneider jan

Fix licenses and phpdoc headers. This could be another nice job for Matt. ;-)

1.27.2.2 FRAMEWORK_3 (+2 -2 lines) 01/14/2005 09:14 AM Jan Schneider jan

MFH: Fix print view.

Tags: MNEMO_2_0_1

1.29 (+2 -2 lines) 01/14/2005 09:07 AM Jan Schneider jan

typo

1.28 (+2 -2 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

1.27.2.1 FRAMEWORK_3 (+2 -2 lines) 01/03/2005 07:25 AM Jan Schneider jan

Happy New Year

1.1.2.5 RELENG_1 (+2 -2 lines) 01/03/2005 06:25 AM Jan Schneider jan

Happy New Year! :-)

Tags: MNEMO_1_1_4

1.27 (+14 -12 lines) 12/21/2004 10:28 AM Chuck Hagenbuch chuck

Don't load histories if we have no UID.

Tags: FRAMEWORK_3, MNEMO_2_0

1.26 (+2 -3 lines) 12/21/2004 10:26 AM Chuck Hagenbuch chuck

[cjh] UIDs need to be stored in the History system with a mnemo: prefix and
with the notepad so as not to confuse different instances of the
same note (if two users both have a note on their seperate notepads,
they should have unique histories for that note).

1.25 (+5 -6 lines) 11/14/2004 10:41 PM Chuck Hagenbuch chuck

- use new CSS menu
- remove SHARE_ constants

Tags: MNEMO_2_0_RC3, MNEMO_2_0_RC2, MNEMO_2_0_RC1

1.24 (+7 -8 lines) 10/19/2004 03:02 PM Chuck Hagenbuch chuck

Move .js files that contain no PHP code to horde/js/. Adapt calls to them.
Also, remove several scripts that were basically duplicates of popup.js and
just use popup.js.

Tags: MNEMO_2_0_BETA

1.23 (+4 -4 lines) 10/18/2004 08:45 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.22 (+2 -2 lines) 09/13/2004 04:12 PM Jan Schneider jan

Print theme.

1.21 (+9 -7 lines) 07/29/2004 09:44 PM Chuck Hagenbuch chuck

Better handling of non-existant objects.

Submitted by: Francois Marier <francois@nit.ca>

1.20 (+1 -4 lines) 05/21/2004 01:38 PM Jan Schneider jan

Add access keys, labels, and consolidate templates.

1.1.2.4 RELENG_1 (+4 -4 lines) 03/26/2004 05:43 PM Jan Schneider jan

Lots and lots of copyright and license updates and fixes. Someone will have to that for the HEAD branches too.

Tags: MNEMO_1_1_3, MNEMO_1_1_2

1.19 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

All footers look the same, so why not use only one.

Tags: MNEMO_2_0_ALPHA

1.18 (+2 -2 lines) 01/14/2004 06:49 AM Jan Schneider jan

Fix Share:: method names.

1.17 (+2 -2 lines) 01/13/2004 10:44 PM Chuck Hagenbuch chuck

These are by no means private constants. Remove the weird leading _
(it was my idea in the first place, for the record. Dunno why).

1.16 (+2 -2 lines) 01/01/2004 10:16 AM Jan Schneider jan

Happy new year everyone.

1.15 (+2 -4 lines) 11/30/2003 10:22 AM Chuck Hagenbuch chuck

only need one template here.

1.14 (+17 -1 lines) 10/06/2003 05:14 PM Chuck Hagenbuch chuck

[cjh] Display the Creation and Last-Modified dates in the note view.
[cjh] Track adding, changing, and deleting notes with Horde_History.
[cjh] Add import of vNotes.

1.13 (+7 -7 lines) 09/16/2003 07:06 PM Jan Schneider jan

Use the new Util:: class.

1.12 (+4 -4 lines) 06/16/2003 07:12 PM Chuck Hagenbuch chuck

restore print links in menus.

1.11 (+2 -2 lines) 05/23/2003 09:21 AM Chuck Hagenbuch chuck

Another batch of menu.php -> ::menu() changes.

1.10 (+1 -2 lines) 05/08/2003 01:19 PM Chuck Hagenbuch chuck

- consolidate status.php files in apps that just include them directly
from menu.php, so no need for a seperate file

- consolidate $notification->notify() calls into menu.php files

- fix checks for available shares to guests to check all available,
not just whether or not one is selected to display.

1.9 (+7 -2 lines) 05/07/2003 11:14 AM Chuck Hagenbuch chuck

Some error checking if categories aren't set up properly.

1.1.2.3 RELENG_1 (+2 -2 lines) 01/03/2003 07:48 AM Jan Schneider jan

Bump year.

Tags: MNEMO_1_1_1, MNEMO_1_1_1_RC1, MNEMO_1_1, MNEMO_1_1_RC2

1.8 (+2 -2 lines) 01/03/2003 07:47 AM Jan Schneider jan

Bump year.

1.1.2.2 RELENG_1 (+2 -4 lines) 12/29/2002 07:57 PM Jan Schneider jan

MFH: Rename memos to notes. Remove trailing ?>

Tags: MNEMO_1_1_RC1

1.1.2.1 RELENG_1 (+19 -4 lines) 12/29/2002 07:36 PM Jan Schneider jan

MFH: Add print memo button

1.7 (+8 -2 lines) 12/12/2002 04:05 PM Chuck Hagenbuch chuck

- base whether or not someone gets a new (task | event | note) link on
  whether or not they have edit access to any shares.
- faciliate that by adding optional $permission parameters to all
  listSharetype() methods
- shared notepads work in mnemo now.
- lots more permissions checking all over the place.
- minor fixes/cleanup.

1.6 (+1 -3 lines) 10/07/2002 02:12 PM Chuck Hagenbuch chuck

?>

1.5 (+2 -1 lines) 09/25/2002 10:28 PM mikec

Fix the print link

1.4 (+6 -6 lines) 09/24/2002 05:32 PM Eric Rostetter ericr

* Catch most if not all the "memos"->"notes" and "memo lists"->"notepad"
changes (and maybe a few extra)
* Will need to update all the locale translations still!

1.3 (+6 -11 lines) 09/21/2002 12:36 PM mikec

[mac] Add shared notepad.
[mac] Rename Memos to Notes.

Known issues, or things you can do if you're bored.

Nag, Mnemo and Kronolith:
Import needs an option to specify which tasklist to import into.
Maybe export needs an option to export a specific notepad/tasklist/calendar
or the currently selected combination.

At the moment when adding to a task/note/event you select a category from your
personal category list. This list may not match that of the share's owner
who's category list is used when retrieving the category name.

Possible fixes:
  1. Store the complete category name in the database instead of just the id.
or:
  2. Change the category options based on which target is selected.
or:
  3. If the selected category doesn't exist in the owner's category list add
       it and and use it.
or:
  4. Store categories as a per share setting instead of a per user setting.
       Would still require 2 or 3.

That's just the issues I know about. i'm sure you'll all have a bunch of patches
for me when I wake up.

- Mike :-)

1.2 (+19 -4 lines) 08/21/2002 02:55 AM mikec

Add print memo button

1.1 04/22/2002 02:39 PM Chuck Hagenbuch chuck

Initial version of Mnemo, a memos/notepad application based on Nag.

Tags: RELENG_1, MNEMO_1_0, MNEMO_1_0_RC1