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