Johan Cwiklinski
6746792bdf
Drop short_tags
2018-05-19 17:01:37 +02:00
Bharat Mediratta
49f6ce2d94
gallery.menalto.com -> galleryproject.org
...
codex.gallery2.org -> codex.galleryproject.org
Fixes #1957 .
2013-01-22 18:39:24 -05:00
Bharat Mediratta
d45a737779
Update copyright to 2013. Fixes #1953 .
2013-01-21 01:22:01 -05:00
Bharat Mediratta
8855847df2
Fix the recaptcha signup url. Fixes #1888 .
2012-10-08 13:50:33 -07:00
Bharat Mediratta
bf2bb3e1ea
Update copyright to 2012. #1822
2012-02-27 09:48:23 -08:00
Bharat Mediratta
c07af35a19
Oops, fix broken codex urls. For #1698 .
2011-04-23 14:53:39 -07:00
Bharat Mediratta
ba20d5a500
Oops, this is the rest of the modules and themes for #1696 and #1698 .
2011-04-23 14:46:07 -07:00
Bharat Mediratta
423daa52d5
Update copyright to 2011.
2011-01-21 23:01:06 -08:00
Bharat Mediratta
ee13b934f4
Fix all the head() and admin_head() theme callbacks to return the
...
results of the $theme->css() and $theme->script() calls. This handles
the case where combining scripts/css returns HTML instead of putting
it in the queue for combination. Fixes #1611 .
2011-01-15 13:14:43 -08:00
Bharat Mediratta
7b382b363d
Use the appropriate protocol for the reCAPTCHA script (so use https when the page is https).
...
Fixes #1445 .
2011-01-08 00:19:57 -08:00
Bharat Mediratta
dc80cde379
Add "captcha_protect_form" event that the recaptcha module grabs and
...
uses to add a captcha to the end of the first group in the form. If
there are no groups, it adds the captcha at the end of the form.
Updated user_profile and comment forms to use it.
2010-08-22 13:00:08 -07:00
ckieffer
f1076590f1
Add page_title to admin views. Closes #1038 .
2010-04-30 00:08:37 -06:00
Bharat Mediratta
c3c2b45280
Update the copyright to 2010. It's only 3 months into the year :-)
2010-03-03 10:15:34 -08:00
Bharat Mediratta
660130cf1a
Work around a weirdness where empty() doesn't work on input values.
2010-01-29 11:23:28 -08:00
Bharat Mediratta
3f5ad7d77a
Clean up form validation code.
2010-01-29 11:20:35 -08:00
Tim Almdal
ed5b07b335
Create a user profile page that is used as a landing page when referencing a user in messages or pages.
...
Partial fix for ticket #889 and a fix for #931 .
2010-01-23 21:38:01 -08:00
Tim Almdal
26f8240e34
Revert "Try an new approach to extending forms. Create an extend_form event. For the first attempt replace the comment_add_form and item_add_form events."
...
This reverts commit 809e738536 .
2009-11-09 11:52:43 -08:00
Tim Almdal
1faa249295
Merge branch 'master' into talmdal_dev
2009-11-03 17:30:18 -08:00
Tim Almdal
9a33f96e31
Add a register_add_form event handler to recaptcha to add the recaptcha to the bottom of the user registration form in the register module.
2009-11-03 14:44:53 -08:00
Bharat Mediratta
f9b700e75c
Delay initializing the recaptcha to allow the recaptcha JS to load and
...
initialize. Fixes ticket #851 .
2009-11-03 13:40:59 -08:00
Tim Almdal
6dd6224165
Merge branch 'master' into talmdal_dev
2009-11-02 13:53:15 -08:00
Tim Almdal
192b11724e
Add a recaptcha_theme file so we can actually include the recaptcha.css file so the recaptcha doesn't looking... interesting.
2009-11-02 13:45:40 -08:00
Tim Almdal
809e738536
Try an new approach to extending forms. Create an extend_form event. For the first attempt replace the comment_add_form and item_add_form events.
2009-11-01 13:14:11 -08:00
Tim Almdal
488b67014b
Revert "Cleanup typo and change what is passwed into the event. pass the group that the recaptch element should be attached to instead of the whole form. This allows the recaptch event to have no knowledge of the containing form."
...
Revert "Generalize the adding of the recaptcha form by changing the name of the event to recaptch_add. This prevents us from having to keep modifying the recaptch module anytime we add a form that requires recaptcha."
This reverts commits e45ea9359d and bfafef95e8 .
2009-10-31 16:26:20 -07:00
Tim Almdal
e45ea9359d
Cleanup typo and change what is passwed into the event. pass the group that the recaptch element should be attached to instead of the whole form. This allows the recaptch event to have no knowledge of the containing form.
2009-10-29 09:27:44 -07:00
Tim Almdal
bfafef95e8
Generalize the adding of the recaptcha form by changing the name of the event to recaptch_add. This prevents us from having to keep modifying the recaptch module anytime we add a form that requires recaptcha.
2009-10-29 09:21:07 -07:00
Tim Almdal
7ea13b3869
Normalize capitalization ticket #596
2009-10-28 12:15:52 -07:00
Chad Kieffer
76aa4bd1ef
Move comment and recaptcha CSS to their respective modules.
2009-10-25 23:32:49 -06: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
Bharat Mediratta
9fbdcf3efd
Change the module installer so that you don't need to provide your own
...
install() function if all you're going to do is to set the version of
the module from module.info into the database. This means that for some
simple modules, you don't need an install.php file at all.
2009-09-05 13:39:30 -07:00
Andy Staudacher
1d30691452
Add missing mark_clean() for t() calls with %attr parameter.
2009-09-01 12:14:23 -07:00
Andy Staudacher
53711225ac
XSS / style fixes for newly detected issues (after fixing XSS scanner)
2009-09-01 01:28:52 -07: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
1e90e40d3a
Use events to generate menus, instead of having xxx_menu helpers.
...
This is the first step towards having a simple, lightweight and
unified API for module interaction.
2009-07-28 13:47:22 -07:00
Bharat Mediratta
e2a9a1d284
Add quotes around all values that contain spaces in them, and add a
...
test to make sure that we continue to do so.
This makes sure that we don't have problems with 5.3 which treats the
literal "on" as a boolean.
2009-07-13 10:36:55 -07:00
Andy Staudacher
67e61d30e5
More fixes for ticket 470 (capitalization of reCAPTCHA)
2009-07-07 13:08:35 -07:00
Andy Staudacher
72281d2b44
Fix for ticket 470. Replace ReCaptcha with reCAPTCHA in user visible strings.
2009-07-02 20:50:29 -07:00
Bharat Mediratta
76f688a070
Clean up poor english. Use the latest recaptcha info from their website. Fixes ticket #470 .
2009-06-27 16:41:05 -07:00
Bharat Mediratta
bfca0c7903
Refactor the install/upgrade code to be more flexible.
...
Add xxx_installer::upgrade($version) method so that upgrade stanzas
are separate from install stanzas. In the old code, to do an upgrade
meant that you had to re-evolve everything from the initial install
because we'd step through each version's changes. But what we really
want is for the initial install to start off in the perfect initial
state, and the upgrades to do the work behind the scenes. So now the
install() function gets things set up properly the first time, and the
upgrade() function does any work to catch you up to the latest code.
See gallery_installer.php for a good example.
2009-06-23 12:00:49 -07:00
unostar
753ce3e025
Add "custom_translations" instruction to captcha form builder to add possibility to localize and customize form.
2009-06-17 01:26:47 -07:00
unostar
1081eee201
Added "cutom_translations" instruction to Recaptcha to localize & cutomize recaptcha message.
2009-06-15 05:54:45 -07:00
Andy Staudacher
5f7dfc272e
Remove double quotes from module.info (theme.info) attribute values.
...
(actually, we did that before: Now removing HTML element attributes since they were delimited by single quotes because PHP's ini parser can't
deal with double-quotes in values.)
Background:
Requiring all l10n messages a) to be well-formed HTML and b) to use double-quotes as HTML element attributes, since the l10n server side
validation normalizes all attribute delimiters to double-quotes). See ticket #254 .
2009-06-09 21:05:33 -07:00
Bharat Mediratta
6feb640b73
fix typo: "the the" -> "the" (thanks VENCO!)
2009-06-06 12:24:08 -07:00
Bharat Mediratta
3f96830ef1
Properly localize domain url in recaptcha explanation.
2009-06-06 12:22:20 -07:00
Tim Almdal
9f51395151
fix preamble so file structure test passes
2009-06-02 12:31:27 -07:00
Bharat Mediratta
f039598410
Move recaptcha widget into a view for clarity. Also, wrap it in a
...
setTimeout() call so that on subsequent reloads (which happen when you
fail to validate the form) it has time to rebuild the DOM before
calling the JS which tries to inject the Recaptcha HTML.
Fixes ticket #327
2009-06-01 23:58:49 -07:00
andyst
02a840c84c
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-01 23:45:37 -07:00