[Issue 14045] Redo the forums entry page and links

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jun 4 08:21:12 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14045

--- Comment #13 from Vladimir Panteleev <thecybershadow at gmail.com> ---
Group stuff is done and live:

http://beta.forum.dlang.org/

As for the URLs... I've tried implementing this and didn't get very far, as I
found out I need a full reengineering of the database to use numeric indices to
use allow this in an adequate capacity. I might do this in another development
cycle.

However, I've added some JavaScript which should hide URLs such as:

http://forum.dlang.org/thread/m9s4cd$2s1v$1@digitalmars.com?page=4#post-xsdhwedlfetclszbhqmt:40forum.dlang.org

Instead, you should always see canonical URLs in the address bar, such as:

http://forum.dlang.org/post/xsdhwedlfetclszbhqmt@forum.dlang.org

which are somewhat less unwieldy. This should also take care of the "please
always use canonical links" headaches.

--


More information about the Digitalmars-d-bugs mailing list