42d3d55290b36fff48cc6bf74f67fcdac467ed5e
[diogenes.git] / include / diogenes / ChangeLog
1 libdiogenes 0.9.18
2  * improved - (mime) recognise MIME type of OMA DRM content
3  * added - (mime) add function to retrieve a multipart content's boundary
4
5 libdiogenes 0.9.17.2
6  * removed - drop checkLogger function in diogenes.core.page.inc.php
7
8 libdiogenes 0.9.17
9  * improved - recognise MIME type of Java archives and descriptors
10  * improved - split MIME handling to diogenes.mime.inc.php
11  * improved - getUsername and getUserId perform caching of the results,
12               actual lookup is moved to lookupUsername and lookupUserId
13
14 libdiogenes 0.9.16
15  * fixed - (hermes mailer) fix a typo in the addBcc method
16
17 libdiogenes 0.9.15
18  * improved - make mysql_insert_id and such functions work with debug mode on
19  * added - (hermes mailer) add HermesMailer class to handle mail operations
20  * improved - use __FILE__ to guess where other includes are. we don't depend
21               of include_path anymore
22  * improved - rand_token improved again
23  * added - (db creator) add class to handle database upgrades
24  * improved - (table editor) refine locked / hidden fields handling
25  * improved - (table editor) use set_maxrows to chop results into pages
26
27 libdiogenes 0.9.14
28  * improved - rand_token now generates pass without I/l/1 or 0/O wich are
29               confusing for users (those are replaced with !/;/? and %/&)
30  * improved - (table editor) make it possible to edit the id field
31  * improved - renamed mime_content_type to get_mime_type to avoid confusion
32  * added - (table editor) add support for lock and hidden fields
33  * added - (table editor) add support for additional WHERE conditions
34  * improved - (table editor) make it possible to hide id field in the summary
35  * improved - (table editor) add a read-only mode
36
37 libdiogenes 0.9.13
38  * fixed - return correct mimetype for .xls and .ppt files
39  * improved - (log browser) reduce calls to getUsername by caching results
40  * improved - (log browser) display a message when search criteria are missing
41  * fixed - (table editor) restore the 'delete' button which had gone missing
42
43 libdiogenes 0.9.11
44  * fixed - check that PHP has MySQL support
45  * improved - internationalisation support for the log browser
46  * improved - internationalisation support for the table editor
47  * added - diogenes_func_tag, to produce generic XHTML tags
48  * removed - diogenes_func_meta, does not serve any useful purpose
49
50 libdiogenes 0.9.10
51  * improved - better handling of EXPLAIN results in database debugger
52  * improved - use require_once to prevent multiple inclusions
53  * improved - made getUserId/getUsername static members of DiogenesCoreSession
54  * improved - DiogenesTableEditor/DiogenesLoggerView do not display anything
55
56 libdiogenes 0.9.9.3
57  * improved - database field type autodetection for timestamps/datetime
58  * improved - DiogenesTableEditor can now translate set and enum values in a
59               more human readable form
60  * added - DiogenesTableEditor::describe_join_value to describe values that
61            are some non human readable id, in order to provide selectable, and
62            readable values
63  * added - diogenes_func_extval, a template function 'extval' that do the same
64            as diogenes_func_flags for 'join_values' (see just above)
65  * improved - table-editor.tpl in order to use the preceding improvements
66
67 libdiogenes 0.9.9.2
68  * fixed - added missing mysql_free_results in logger
69  * improved - break down logger constructor into functions
70
71 libdiogenes 0.9.9.1
72  * fixed - use UNIX_TIMESTAMP when retrieving dates in log browser
73
74 libdiogenes 0.9.9
75  * added - replacement for mime_content_type
76  * fixed - fix faulty date selection in log browser
77
78 libdiogenes 0.9.8.3
79  * improved - large speed improvements for log browsing
80  * improved - made it possible to override getUserId and getUsername
81  * improved - enhanced database debugging
82
83 libdiogenes 0.9.8.1
84  * fixed - bugfix for diff viewing
85
86 libdiogenes 0.9.8
87  * fixed - stripped one too many characters in diff viewer
88
89 libdiogenes 0.9.7
90  * improved - display of authentication method (native, etc.)
91
92 libdiogenes 0.9.5
93  * started ChangeLog
94  * added - replacement for file_get_contents
95  * added - the table editor automatically probes the table
96