forked from oerpub/oerpub.rhaptoslabs.swordpushweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
50 lines (34 loc) · 955 Bytes
/
CHANGES.txt
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
47
48
49
50
0.1.3 - unreleased
------------------
- Change production port to 6544
[therealmarv]
- Add validation
[rochecompaan]
- Append "came_from=nothing" to login_url to speed up log in.
[rochecompaan]
- Catch libxml parser errors
[rochecompaan]
- Refactor duplicate code that saves and backup files into a single
save_cnxml method
[rochecompaan]
- Refactor duplicate code that renders conversion error in to a single
render_conversionerror method
[rochecompaan]
- Rename "remixable, sharable format" to "module"
[rochecompaan]
- Remove check for errors returned by odt2cnxml tranform since this is
inconsistent with what happens on cnx.org.
[rochecompaan]
0.1.2
-----
- User should provide URL of service document rather than server.
0.1.1
-----
- Made it possible to select the server used on the login page.
0.1
---
- Implemented basic uploader, as used to be implemented in the old PHP
code.
0.0
---
- Initial version