1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/modules/ecard/helpers
Bharat Mediratta d917430aec Did a pass over the ecard code. It still doesn't work, but it's a lot
closer to our regular style now.  And a fair bit simpler.

Structural
- Added an installer and moved all the default messages into it
  so that they're part of the install process.
- Got rid of the model; you don't need to add an ecard entry in
  the database to send an ecard.  You just need to send a mail.
- Renamed the form and controller methods to reflect the fact that
  we're sending an ecard, not adding an ecard to the db.
- Stopped inlining all of the code into the page like we do in
  comments, and instead put it into a dialog box with a button
  in the sidebar.  This lets us ditch the extra .js and .css and
  greatly simplifies the code.

General
- Added rules to the send_ecard form so that the validation
  code has something to chew on.
- Renamed ecard::can_ecard() to ecard::can_send_ecard() cause you
  should have a verb in there.
- Moved the can_send_ecard() check into ecard_theme::sidebar_bottom
  and out of ecards.html.php

Style cleanup
- Changed "Title Casing" to "Sentence casing" everywhere for
  consistency with our style.
- Cleaned up some indentation
- Got rid of carriage returns

LEFT TO DO:
1) Rename Ecards_Controller to Ecard_Controller for consistency (and
   put it in ecard.php)

2) Actually have it send the ecard :-)
2010-08-03 23:13:40 -07:00
..
ecard_event.php Initial version of eCard from dmolavi, with carriage returns removed. 2010-08-03 22:45:30 -07:00
ecard_installer.php Did a pass over the ecard code. It still doesn't work, but it's a lot 2010-08-03 23:13:40 -07:00
ecard_theme.php Did a pass over the ecard code. It still doesn't work, but it's a lot 2010-08-03 23:13:40 -07:00
ecard.php Did a pass over the ecard code. It still doesn't work, but it's a lot 2010-08-03 23:13:40 -07:00