Checklist2-r63302

Details

  • Filename
    Checklist2-r63302.zip
  • Uploaded by
  • Uploaded
    Mar 1, 2008
  • Size
    162.60 KB
  • Downloads
    20
  • MD5
    9c76af8b8c2bd7e2f89782dea2b0a659

Supported WoW Retail Versions

  • 2.3.3

Changelog

------------------------------------------------------------------------
r63302 | quezacolt | 2008-03-01 10:58:49 -0500 (Sat, 01 Mar 2008) | 3 lines
Changed paths:
   M /trunk/Checklist2/Applet.xml
   M /trunk/Checklist2/Checklist2.toc
   M /trunk/Checklist2/Communications.lua
   M /trunk/Checklist2/Core.lua
   M /trunk/Checklist2/DB.lua
   M /trunk/Checklist2/Sayings.lua

Checklist2:
- Removed unneeded comm functions
- List sharing almost complete - can now send lists to your group (party/raid/BG) and guild, in addition to specific players. As of now, the group and guild list sharing features haven't been tested *at all*.
------------------------------------------------------------------------
r63270 | quezacolt | 2008-02-29 22:55:14 -0500 (Fri, 29 Feb 2008) | 3 lines
Changed paths:
   M /trunk/Checklist2/Checklist2.toc
   M /trunk/Checklist2/Core.lua
   M /trunk/Checklist2/DB.lua
   M /trunk/Checklist2/FuBarPlugin.lua

Checklist2:
- Accidentally used a variable that was not declared as global.
- The "Welcome to Checklist2!" list no longer gets recreated after deleting it when the UI gets reloaded.
------------------------------------------------------------------------
r63269 | quezacolt | 2008-02-29 22:34:05 -0500 (Fri, 29 Feb 2008) | 5 lines
Changed paths:
   M /trunk/Checklist2/Applet.xml
   M /trunk/Checklist2/Checklist2.toc
   M /trunk/Checklist2/Communications.lua
   M /trunk/Checklist2/Core.lua
   M /trunk/Checklist2/CoreFrame.xml
   M /trunk/Checklist2/Localization/Locale-deDE.lua
   M /trunk/Checklist2/Localization/Locale-enUS.lua
   M /trunk/Checklist2/Sayings.lua

Checklist2:
- The name of the list on the menu that is currently being used is now colored.
- Added slash command /checklist2 setlist (case-sensitive)
- Added German localization (Thanks Lunos!)
- When entering a value into the "Remove multiple items" option that cannot be converted into a number, it now displays a message in chat instead of triggering an error.
------------------------------------------------------------------------
r62958 | quezacolt | 2008-02-26 06:33:48 -0500 (Tue, 26 Feb 2008) | 1 line
Changed paths:
   M /trunk/Checklist2/Checklist2.toc

Checklist2: Added X-Relsite metatags
------------------------------------------------------------------------
r62830 | quezacolt | 2008-02-24 23:46:12 -0500 (Sun, 24 Feb 2008) | 2 lines
Changed paths:
   M /trunk/Checklist2/Applet.xml
   M /trunk/Checklist2/Checklist2.toc
   M /trunk/Checklist2/Communications.lua
   M /trunk/Checklist2/Core.lua
   M /trunk/Checklist2/DB.lua
   M /trunk/Checklist2/Localization/Locale-deDE.lua
   M /trunk/Checklist2/Sayings.lua

Checklist2:
- List sharing between players done, WTB testers! XD Option to send is in the dropdown in the list menu.
------------------------------------------------------------------------
r62752 | quezacolt | 2008-02-24 05:29:39 -0500 (Sun, 24 Feb 2008) | 5 lines
Changed paths:
   M /trunk/Checklist2/Applet.xml
   M /trunk/Checklist2/Checklist2.toc
   M /trunk/Checklist2/Communications.lua
   M /trunk/Checklist2/Core.lua
   M /trunk/Checklist2/CoreFrame.xml
   M /trunk/Checklist2/DB.lua
   M /trunk/Checklist2/FuBarPlugin.lua
   M /trunk/Checklist2/Sayings.lua

Checklist2:
- Replace "More List Items" and "Less List Items" buttons with a dropdown that allows add/removal of multiple list items
- New slash command options: newlist, deletelist, check, uncheck
- List item notes displayed in the FuBar tooltip now wrap. The FuBar tooltip also receives updates at all relevant times now.
- Added more... "quotes"... in Sayings.lua
------------------------------------------------------------------------
r62599 | quezacolt | 2008-02-22 22:15:20 -0500 (Fri, 22 Feb 2008) | 5 lines
Changed paths:
   M /trunk/Checklist2/Applet.xml
   M /trunk/Checklist2/Checklist2.toc
   A /trunk/Checklist2/Communications.lua
   M /trunk/Checklist2/Core.lua
   M /trunk/Checklist2/CoreFrame.xml
   M /trunk/Checklist2/DB.lua
   M /trunk/Checklist2/FuBarPlugin.lua
   A /trunk/Checklist2/Localization/Locale-deDE.lua
   M /trunk/Checklist2/Localization/Locale-enUS.lua
   M /trunk/Checklist2/Sayings.lua

Checklist2:
- Building localization database
- Comm functions moved from Core.lua to Communications.lua Still incomplete.
- Random list generation moved to DB.lua
- List item text now wraps. There's room for two lines now, too.
------------------------------------------------------------------------
r61550 | quezacolt | 2008-02-15 22:17:12 -0500 (Fri, 15 Feb 2008) | 3 lines
Changed paths:
   M /trunk/Checklist2/FuBarPlugin.lua

Checklist2:
- FuBar plugin now shows the name of the list in use
- FuBar tooltip now more readable
------------------------------------------------------------------------
r61386 | quezacolt | 2008-02-15 01:28:07 -0500 (Fri, 15 Feb 2008) | 2 lines
Changed paths:
   M /trunk/Checklist2/Core.lua

Checklist2:
- The last fix broke as much stuff as it fixed. Fixed.
------------------------------------------------------------------------
r61373 | quezacolt | 2008-02-14 22:46:46 -0500 (Thu, 14 Feb 2008) | 5 lines
Changed paths:
   M /trunk/Checklist2/Applet.xml
   M /trunk/Checklist2/Checklist2.toc
   M /trunk/Checklist2/Core.lua
   M /trunk/Checklist2/DB.lua
   M /trunk/Checklist2/Sayings.lua

Checklist2:
- Fixed a nil error when renaming the list currently being viewed, then attempting to interact with it
- Removed certain debug code
- Added the ability to create an empty list
- Metadata changes in preparation for wiki page
------------------------------------------------------------------------
r60942 | quezacolt | 2008-02-11 09:16:54 -0500 (Mon, 11 Feb 2008) | 2 lines
Changed paths:
   M /trunk/Checklist2/Applet.xml
   M /trunk/Checklist2/Core.lua
   M /trunk/Checklist2/Sayings.lua

Checklist2:
- Optimized scroll frame update functions.
------------------------------------------------------------------------
r60919 | quezacolt | 2008-02-11 04:15:37 -0500 (Mon, 11 Feb 2008) | 4 lines
Changed paths:
   M /trunk/Checklist2
   M /trunk/Checklist2/Applet.xml
   M /trunk/Checklist2/Core.lua
   M /trunk/Checklist2/FuBarPlugin.lua
   M /trunk/Checklist2/Localization/Locale-enUS.lua
   M /trunk/Checklist2/Sayings.lua

Checklist2:
- AceDB-2.0 wasn't listed as an external. Fixed.
- Comm system started
- Eye-candy changes :D
------------------------------------------------------------------------
r60655 | quezacolt | 2008-02-09 03:34:07 -0500 (Sat, 09 Feb 2008) | 3 lines
Changed paths:
   M /trunk/Checklist2/Checklist2.toc
   M /trunk/Checklist2/Core.lua
   D /trunk/Checklist2/Profiles.lua

Checklist2:
- Fixed a nil error
- Deleted now-unused file "Profiles.lua"
------------------------------------------------------------------------
r60652 | quezacolt | 2008-02-09 02:22:56 -0500 (Sat, 09 Feb 2008) | 2 lines
Changed paths:
   M /trunk/Checklist2
   M /trunk/Checklist2/Core.lua
   M /trunk/Checklist2/DB.lua
   M /trunk/Checklist2/Profiles.lua

Checklist2:
- Set up externals
------------------------------------------------------------------------
r60650 | quezacolt | 2008-02-09 02:00:53 -0500 (Sat, 09 Feb 2008) | 2 lines
Changed paths:
   A /trunk/Checklist2
   A /trunk/Checklist2/Applet.xml
   A /trunk/Checklist2/Bindings.xml
   A /trunk/Checklist2/Checklist2.toc
   A /trunk/Checklist2/Core.lua
   A /trunk/Checklist2/CoreFrame.xml
   A /trunk/Checklist2/DB.lua
   A /trunk/Checklist2/FuBarPlugin.lua
   A /trunk/Checklist2/Libs
   A /trunk/Checklist2/Localization
   A /trunk/Checklist2/Localization/Locale-enUS.lua
   A /trunk/Checklist2/Profiles.lua
   A /trunk/Checklist2/Sayings.lua

Checklist2: initial commit
- A to-do list to keep track of tasks you need to do, now rewritten to include more features.
------------------------------------------------------------------------

Additional Legacy Files

No additional files are associated with this file.