ckieffer
35839c85f2
Applied capitalization rules to title.
2010-04-29 23:20:49 -06:00
Bharat Mediratta
10e208ea5c
Fix #992 : Digibug pops up a blank page and doesn't allow printing
...
form::hidden() changed in K24 breaking this. Also fixed the spelling
of "$order_params"
2010-01-30 16:05:20 -08:00
Bharat Mediratta
0d73738099
Stop using obsolete form::close()
...
Update the way we include the hidden CSRF field for InPlaceEdit.
2010-01-29 10:13:10 -08:00
Chad Kieffer
5f56cbf997
Wrap all admin views in g-block and g-block content. This provides the means to visually separate the view's title and description from everything else. Primary admin view title should always be h1, and only one h1 per view. Removed some unused admin CSS id's.
2009-10-18 20:22:10 -06:00
Chad Kieffer
3e6ba7acc3
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-10-04 00:27:22 -06:00
Chad Kieffer
3243feeeb6
Apply gModuleStatus to server add status message.
2009-09-30 22:58:51 -06:00
Andy Staudacher
ddb84c84e1
Rename mark_safe() to mark_clean()
2009-08-31 00:42:18 -07:00
Andy Staudacher
effccfd41d
Change all instances of SafeString::of_safe_html() to html::mark_safe() in views.
2009-08-30 07:00:56 -07:00
Andy Staudacher
b4b638be44
Undo url helper changes - url methods no longer return a SafeString.
...
Adding SafeString::of_safe_html() calls where urls are passed as parameters to t() and t2().
2009-08-29 16:28:30 -07:00
Bharat Mediratta
aad0dd357f
Create a new thumb_menu() and convert Digibug over to use it.
...
1) Eliminate digibug_album.html
2) Get rid of the $(document).ready() in digibug.js and rename popUp() to
digibug_popup() then just make direct calls to digibug_popup() in the
menu urls.
2009-06-27 16:29:09 -07:00
Bharat Mediratta
2fbc03437a
Digibug simplification cleanup. Upgrade digibug module to version 2.
...
1) Simplify the admin settings page to what most of our users
want. Eliminate basic_ and default_ ids. We just have company_id
and default_id. Advanced users can use advanced settings for now.
2) Fix security in print_photos (didn't get it right in my last commit)
3) Use the regular thumb and full urls if the images are publicly
available to reduce load on the proxy.
4) Simplify proxy expiration code.
5) Eliminate all specialized styles from the admin theme.
2009-06-27 15:55:47 -07:00
Bharat Mediratta
e78f91c91a
Fix XSS vulnerability, get rid of unnecessary curly braces.
2009-06-27 14:29:58 -07:00
Bharat Mediratta
bbba0a67c2
Fix formatting.
2009-06-27 14:29:24 -07:00
Tim Almdal
1552f0fff7
Add XSS clean up on the title that is sent to digibug as part of the print
...
request
2009-06-25 21:41:09 -07:00
Tim Almdal
93e4f14c85
1) Fix potential XSS in digibug_album.html.php
...
2) Fix case of text
2009-06-25 19:04:45 -07:00
Tim Almdal
28f496924f
Fix indentation in digibug_form.html.php
2009-06-25 18:38:43 -07:00
Tim Almdal
d9e4ad79bb
1) Move the digibug css in the default and admin_default themes
...
2) Remove most of the marketing cruft on the admin pages
3) Change the name of the admin settings to just Digibug
4) Remove the "switch on mouseover" approach
2009-06-25 08:14:34 -07:00
Tim Almdal
231ad4f329
This implements the Digibug printing. When a a print request is made the digibug shopping cart is opened in a new
...
window. When the cart is emptied, the window is closed. Users can close the window by pressing the continue shopping
button
2009-06-23 22:13:28 -07:00
Tim Almdal
3824f2b52f
Extract the html for the Print button on the album page into a seperate view
2009-06-23 05:26:44 -07:00
Tim Almdal
39cf3c2b04
The start of the digibug printing module. The first cut at the administration
...
panels. <Caution:> This is still a work in progress.
2009-06-21 08:52:26 -07:00