forked from weierophinney/pastebin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
46 lines (40 loc) · 1.57 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Version 1.3.0 (2008-12-05)
==========================
* Refactored to push Pastebin functionality into Spindle module
* Moved Pastebin REST and JSON-RPC APIs under api/spindle/paste, and removed
versioning
* Added ResourceLoader for loading models, forms, services, and DbTable classes
* Created module bootstrapping functionality
* Refactored UI to present navigation pane
* Javsacript detection on page load
* Utilize Zend_Paginator to display active pastes when JS is not present
* Dynamic renaming of window title
Version 1.2.0 (2008-11-27)
==========================
* Minor re-ordering of config file entries
* Moved REST and JSON-RPC APIs beneath api/paste/ for proper namespacing
Version 1.1.2 (2008-11-23)
==========================
* Updated production settings
* Moved REST content to separate content subdirectory
* Removed API logging
Version 1.1.1 (2008-11-22)
==========================
* Added onClick event to tabs so that they trigger dojo.back events
Version 1.1.0 (2008-11-21)
==========================
* Fixes to test infrastructure
* Switch to XHTML1_STRICT doctype
* Update to Dojo 1.2.x
* Updated dojo build profile to include CLI options in dependencies
* Application now is a thick client
* utilizes dojo.back to allow bookmarking and familiar browser paradigm
* JSON-RPC for submitting pastes
* REST infrastructure for tab content
Version 1.0.1 (2008-09-27)
==========================
* Refactored to use url() view helper
* Refactored to follow current ZF QuickStart recommendations
Version 1.0.0 (2008-09-09)
==========================
* Initial public release