Dominik Rodler
f23e6a3f3b
UI clean-up for pad and timeslider
...
- cleaned CSS (sorted and grouped rules, removed unnecessary
!importants and selectors, etc.)
- added new edit bar icons (including PSD source files) and removed
obsolete images
- removed HTML bloat;
- adjusted selectors etc. in JS to new markup structure;
2012-02-26 00:04:50 +01:00
Chad Weider
64ae1c433f
Allow modules to be fetched remotely.
2012-02-05 16:59:40 -08:00
Chad Weider
762d39f009
Move scripts to the bottom of the page.
2012-02-05 16:59:40 -08:00
Chad Weider
3123a0a25a
Do not assign to globals until after initialization.
2012-02-05 16:59:40 -08:00
Jordan
ac41acd52b
CSS bugfix to export popup in timeslider
2012-01-30 08:12:14 -05:00
Peter 'Pita' Martischka
4d714cee94
Merge pull request #371 from cweider/page-initialization
...
Page initialization
2012-01-30 01:56:02 -08:00
Chad Weider
c12e1aff07
Place script at bottom.
2012-01-28 18:42:50 -08:00
Chad Weider
67e6f9fa5a
Move timeslider code into JS.
2012-01-28 18:42:49 -08:00
Chad Weider
d934fd6107
Remove all global dependencies from broadcast modules.
2012-01-28 18:40:56 -08:00
Chad Weider
bdf0f203f9
Shift button styling specifics into CSS.
2012-01-28 15:12:21 -08:00
Chad Weider
62e0a8f26c
Use require-kernel for require functionality.
2012-01-22 09:54:28 -08:00
Chad Weider
1b89e7e290
Implement require
in HTML pages.
2012-01-22 09:49:13 -08:00
Chad Weider
da95016228
Add a fake require
to go with the fake exports
.
2012-01-22 09:49:13 -08:00
John McLear
642b716553
Merge pull request #289 from jhollinger/no_spaces
...
Sanitize pad names
2012-01-08 07:30:07 -08:00
Jordan
2a86d57e46
Add ability to export specific pad revisions
2011-12-18 00:18:35 -05:00
Jordan
e8ef99fb72
Sanitize pad names
2011-12-16 15:41:11 -05:00
Peter 'Pita' Martischka
ec56ca75ad
Fixed #135 , thx to @Wikinaut
2011-11-28 11:26:36 -08:00
Kai Hermann
5838e7ee7f
fixed merge conflicts
2011-11-27 11:55:18 -08:00
Peter 'Pita' Martischka
7b8d48467f
added proper embed parameter support, fixes #116
2011-08-23 18:36:38 +01:00
Peter 'Pita' Martischka
8c301d4fe8
remove star buttons on timeslider
2011-08-21 20:09:09 +01:00
Peter 'Pita' Martischka
3ff34f50d1
added a security control at socketiorouter, pad security is now fully enforced
2011-08-16 15:53:09 +01:00
Peter 'Pita' Martischka
053e48c3f4
Secure the call of the costumStart function
...
Author: Peter 'Pita' Martischka <petermartischka@googlemail.com>
2011-08-01 12:09:33 +01:00
Peter 'Pita' Martischka
de32503f8e
improve including of custom js/css
2011-07-31 17:21:01 +01:00
Peter 'Pita' Martischka
aa5b1b85ae
fixed all random string functions
2011-07-31 11:48:06 +01:00
Peter 'Pita' Martischka
a47b5ab458
added the ability to add costum js/css
2011-07-30 16:33:35 +01:00
Peter 'Pita' Martischka
56ab112fa3
Timeslider Javascript is now minified too
2011-07-26 17:39:25 +01:00
Peter 'Pita' Martischka
00824ae2d7
Ops, fixed a small bug at the timeslider
2011-07-26 16:46:28 +01:00
Peter 'Pita' Martischka
b43c7e7c99
ensure non url chars are not used for pad names or pad links
2011-07-26 16:17:02 +01:00
Robin
d3e7906951
Removed dummy pad name and revision date
2011-07-25 16:16:00 -07:00
Peter 'Pita' Martischka
eb40c014b6
Fixed the NaN Bug on timeslider
2011-07-25 17:26:56 +01:00
Peter 'Pita' Martischka
ba677c6e30
Fixed merge conflicts + changed the design of the front page a bit
2011-07-25 12:35:38 +01:00
Peter 'Pita' Martischka
fa607e5af8
Ops, forgot renaming pad.css in timeslider.html
2011-07-24 21:41:42 +01:00
Robin
124f076656
Edited static/timeslider.html via GitHub
2011-07-24 09:34:38 -07:00
Robin
e8f8f51850
Edited static/timeslider.html via GitHub
2011-07-24 09:33:46 -07:00
Robin
520da9d521
Edited static/timeslider.html via GitHub
2011-07-24 09:32:32 -07:00
John McLear
d6bae26978
rename broadcast.css to timeslider
2011-07-19 20:03:06 +01:00
Peter 'Pita' Martischka
ac1858f8ec
Fixes a problem with the resource path of socket.io
2011-07-06 19:51:41 +02:00
Peter 'Pita' Martischka
973d73ebee
ensure all paths are relative
2011-07-05 20:16:45 +02:00
Pita Poison
7a10e1783a
Merge branch 'master' of github.com:Pita/etherpad-lite into HEAD
2011-07-05 16:51:29 +02:00
Peter 'Pita' Martischka
95b47b4940
use a downloaded jQuery instead of using googles CDN, and fixed btw a bug that let pad.js fails randomly
2011-06-30 18:06:07 +01:00
Peter 'Pita' Martischka
7f17eb9903
create the link back to the pad while runtime instead of doing a javascript link
2011-06-30 12:16:04 +01:00
Peter 'Pita' Martischka
af57413cfa
Ops, forgot the static files
2011-06-23 14:09:41 +01:00
Peter 'Pita' Martischka
6e09517d55
Buttons to the timeslider and back are working now
2011-06-21 17:02:45 +01:00
Peter 'Pita' Martischka
247462e2f8
Merge branch 'timeslider' of git://github.com/Pita/etherpad-lite into timeslider
2011-06-21 15:11:44 +01:00
Peter 'Pita' Martischka
27ae8bb3fa
John's CSS styling
2011-06-21 15:10:40 +01:00
Peter 'Pita' Martischka
add35f16fd
clean the code
2011-06-20 15:59:27 +01:00
Peter 'Pita' Martischka
867525945d
Timeslider is working
2011-06-20 15:37:41 +01:00
Peter 'Pita' Martischka
44aa476ec0
A lot small changes that results in a timeslider that shows the latest text
2011-06-20 11:44:04 +01:00