The clock we currently use needs flash support. As newer browsers and
mobile devices are moving on from flash to HTML5 we should do the same and
replace our flash clock with a jQuery based clock.
It is using image sprites which means we only have to load 2 images. One
for the single digits and one for the double digit hours.
This is currently only added to prosilver and the obsolete settings in the
clock module still need to be removed.
B3P-218
Due to the new extension system some paths to files are no longer correct
and need to be fixed. Additionally, an event listener that allows the
loading of portal.css has been added.
B3P-118
Drop-Down list when adding a module now shows the correct title of the block and not the class name;
Added basic log function;
Fixed incorrect EXPLAIN language strings of announcements block;
Added missing $phpEx to announcements block;
Removed unnecessary get_template_side from announcements block;
Added theme icons needed for attachments block;
Changed column widths to the config values that are being changed in the ACP;
Changed version check tag to board3_portal_v2_dev;
Added more language variables;
Added version check to ACP and limited it to only showing in the general settings area;
Changed all config variables from portal_ to board3_;
Added new install file;
Fixed jumpbox bug that caused a useless error message;
Added block images for team block and user menu;
Now hiding module options when modifying general settings;
Added folder to English language for modules and topposter language file;
Added topposter.png to theme/images/portal folder;
Added missing folders;