2 * improved - (globals) set HTTP status code 500 if database connection fails
5 * improved - (mime) recognise MIME type of OMA DRM content
6 * added - (mime) add function to retrieve a multipart content's boundary
9 * removed - drop checkLogger function in diogenes.core.page.inc.php
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
18 * fixed - (hermes mailer) fix a typo in the addBcc method
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
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
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
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
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
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
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
71 * fixed - added missing mysql_free_results in logger
72 * improved - break down logger constructor into functions
75 * fixed - use UNIX_TIMESTAMP when retrieving dates in log browser
78 * added - replacement for mime_content_type
79 * fixed - fix faulty date selection in log browser
82 * improved - large speed improvements for log browsing
83 * improved - made it possible to override getUserId and getUsername
84 * improved - enhanced database debugging
87 * fixed - bugfix for diff viewing
90 * fixed - stripped one too many characters in diff viewer
93 * improved - display of authentication method (native, etc.)
97 * added - replacement for file_get_contents
98 * added - the table editor automatically probes the table