e19e99a3ca
Fixed custom Google search for existing sites
2015-01-31 16:24:34 +01:00
7c42dfe003
Modified automatic calculaion of muted colors due to bad results for some existing sites
2015-01-31 13:43:11 +01:00
3046037e95
Modified border of form elements
2015-01-31 00:00:30 +01:00
6276392100
Removed global client-side scripts array and refactored page-specific scripts, now that library code is loaded at once
2015-01-31 00:00:12 +01:00
29175bec5c
Further refactored layout for b/w compatibility
2015-01-30 23:14:11 +01:00
a53f576785
Further refactored layout for b/w compatibility
2015-01-30 22:57:27 +01:00
17a017b805
Removed background color from html element again
2015-01-30 22:22:37 +01:00
c54eabe243
Removed body margin again
2015-01-30 22:13:57 +01:00
b7e68cf2f0
Further refactored layout for b/w compatibility
2015-01-30 22:10:39 +01:00
be2b9b164f
Removed the word “spam” from the referrer filter
2015-01-30 21:42:20 +01:00
b05b300c05
Further refactored layout for b/w compatibility
2015-01-30 21:36:35 +01:00
1fb4a612b8
Further refactored layout for b/w compatibility
2015-01-30 21:07:19 +01:00
b0aa4df56d
Refactored CSS for getting images right in terms of compatibility
2015-01-30 16:48:09 +01:00
6c5525c976
Reverted refactorign of main_css() method due to issue with font path
2015-01-30 16:10:11 +01:00
48240cfc51
Refactored main_css() and main_js() actions; static files are included by the back-end now to still allow global JS code in userspace – the init() wrapper had made this impossible.
2015-01-30 15:55:57 +01:00
0921f13b5b
Reorganized CSS mainly for improving b/w compatibility
2015-01-28 17:03:22 +01:00
ce4f3e3171
Fixed bookmarklet with new URL path
2015-01-24 21:52:28 +01:00
328a906b8b
Fixed regression of last commit
2015-01-24 20:18:02 +01:00
bd2454f3ed
Fixed site context for rendering protected JS code
2015-01-24 20:01:25 +01:00
f66efabd49
Moved delete buttons to bottom of form; disabled account deletion for now
2015-01-24 14:19:45 +01:00
1cbe8fde9c
Refactored trails to claustra
2015-01-23 18:19:24 +01:00
c0ebad15e1
Added scripts array to contain all scripts from individual skins that are going to be executed after library code has loaded asynchronously
2015-01-11 22:05:05 +01:00
e05ecfc4e0
Added client-side code to automatically inject a missing main.css
2015-01-11 20:12:01 +01:00
235d142b14
Moved <optgroup> helper for timezones from main.js to $Site#edit skin
2015-01-11 14:27:29 +01:00
d3ea1930ed
Remove referrer rows which should not be displayed to remain correct table striping
2015-01-11 13:23:42 +01:00
3467fe783f
Added header and footer skin
2015-01-11 13:22:37 +01:00
6d2a296389
Added tooltips with the full date to output of created / modified values in tables
2015-01-11 13:18:11 +01:00
1fe0a02a7f
Replaced <td> elements with <th> in table headers
2015-01-11 13:13:28 +01:00
03ebe385bc
Cleaned up CSS.
...
Moved content of style attributes to main.less or the stylesheet skins of Root and Site.
Adapted original Antville colors for some of UIKits elements (e.g. primary button, default alert, pagination) and the Jala calendar
2015-01-11 13:08:19 +01:00
b720f177e8
Refactored story backlinks to be displayed similiar to the site-wide ones
2015-01-09 21:02:46 +01:00
89fe38987f
Added referrer filters for URL shorteners
2015-01-06 23:54:24 +01:00
6ae49c7d25
Refactored displaying and filtering referrer URLs
2015-01-06 23:13:25 +01:00
dd23be6f84
Moved Google search support to compat layer
2015-01-06 18:46:06 +01:00
4d007a05a4
Implemented support for Google’s custom search until a better solution for Antville.org is implemented
2015-01-06 18:30:31 +01:00
1dd49a9bec
Added $HopObject#meta skin for consistent display of posted / last modified information
2015-01-06 14:03:44 +01:00
a220b25945
Fixed menu extension (hypothetically… did not test)
2015-01-04 19:21:13 +01:00
af65759912
Fixed incorrect warning about site deletion when unsubscribing from a site
2015-01-04 19:12:49 +01:00
00d645e9c8
Implemented client-side script to prevent duplicate form submits
...
Removed client-side click handler for cancel links and used macros or simple relative paths instead
2015-01-04 13:35:59 +01:00
163025eb23
Refactored site list
2015-01-01 21:03:26 +01:00
a98b7fddb3
Refactored site search
2015-01-01 21:00:43 +01:00
b5a7cdbcb7
Refactored remaining prototypes for UIKit support as well as unified and smoothed already refactored ones
2014-12-21 17:22:01 +01:00
73089d0658
Slightly improved site settings display
2014-12-17 23:56:06 +01:00
11cd154c28
Replaced dark trash icon with lighter version
2014-12-16 23:03:58 +01:00
55931a76e4
Improved form elements by adding appropriate types and limits as well as CSS classes
2014-12-14 10:20:04 +01:00
5099287624
Added textarea for keeping administrative notes about sites.
...
Fixes issue 42
2014-12-12 14:50:50 +01:00
5688cabffa
Refactored delete action for HopObject, Site and Comment
2014-12-10 16:50:16 +01:00
55ceb24208
Refactored site admin for UIKit and delegation of admin tools to actual site
2014-12-08 20:19:12 +01:00
d15b899f47
Restyled more skins for working with UIKit
2014-11-09 20:22:42 +01:00
c505b8e7b4
Created client-side antville.js with Browserify:
...
`browserify main.js -p [minifyify --map main.map.json --output main.map.json] > main.min.js`
2014-07-04 21:14:00 +02:00
3e769d3d6e
Cleaned up whitespace with Sublime Text 2
2014-07-04 15:30:46 +02:00