Right now, Confluence uses a twitter-like time stamp for the Status Updates, things like:
Would like to add the actual time stamp to that so it would be like
or something like that. Looks like the dbase has the time stamp, just need to find the code. Anyone have any ideas?
If you are comfortable customising the source code directly, the class you want to edit is com.atlassian.confluence.core.datetime.FriendlyDateFormatter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm, which file is it? Thanks!
root@host [/var/tomcat]# find . -exec grep "com.atlassian.confluence.core.dateti me.FriendlyDateFormatter" '{}' \; -print Binary file ./confluence/webapps/confluence/plugins-osgi-cache/transformed-plugins/confluence-rest-plugin-4.0_1316137166000.jar matches ./confluence/webapps/confluence/plugins-osgi-cache/transformed-plugins/confluence-rest-plugin-4.0_1316137166000.jar Binary file ./confluence/webapps/confluence/plugins-osgi-cache/transformed-plugins/confluence-space-directory-4.0_1316137282000.jar matches ./confluence/webapps/confluence/plugins-osgi-cache/transformed-plugins/confluence-space-directory-4.0_1316137282000.jar root@host [/var/tomcat]#
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
found it, duh... I'm a php guy, this java stuff is new to me.
\Confluence 4\confluence-4.0\confluence\WEB-INF\lib\confluence-4.0\com\atlassian\confluence\core\datetime
working on best way for edits now. more learning curve.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome, glad you found it (sorry I didn't reply straight away - was out of the office).
Just give a holler if you get stuck on anything!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.