| TwoGrunts |
| Home Drupal Projects |
|
Drupal
mike 2006-10-10 14:44 Drupal
This post on Drupal.org seems to have ignited a firestorm. I think this comment and this one raises a few interesting points. Drupal has challenges ahead. Usability is an issue. WYSIWYG editing vs. HTML input. Work needed to get a useful, non-trivial website (trivial defined as anything beyond a simple blog site) up and running. The list goes on. mike's blog 33 reads
mike 2006-09-12 10:17 Drupal
I've been working pretty intensely with Drupal 4.7 over the last several months, including creation of custom modules. Here's what I like so far:
Now, here's what annoys me: read more 65 reads
mike 2006-08-15 23:26 Drupal
This post on Drupal.org is too funny.. and too true.
mike 2006-08-15 08:11 Drupal
I've proposed the following UI enhancement to the Drupal Access Control panel: My pet peeve is the fact that when you have any non-standard roles, you have more columns of checkboxes to select from, and when you have many modules enabled, you also have many rows to view and the header row (with the role names) disappears, causing one to scroll back and forth to be sure that you are checking the box for the desired role. I'm aware that merlinofchaos is working to improve the core administrative UI, and I applaud that effort. But, for those of us who are stuck with the current implementation, this solves one of those irritations. read more 29 reads
mike 2006-08-02 16:45 Drupal
I was checking out the 4.7.3 Drupal release that was included with the recent XSS vulnerability in user module security fix. Here's the complete list of changes, from CHANGELOG.txt: // $Id: CHANGELOG.txt,v 1.117.2.6 2006/08/02 18:13:26 killes Exp $ Drupal 4.7.3, 2006-08-02 ------------------------ - fixed security issue (XSS), see SA-2006-011 Here are the contents of the patch :
Index: modules/user.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/Attic/user.module,v
retrieving revision 1.612.2.15
diff -u -p -r1.612.2.15 user.module
--- modules/user.module 16 Jul 2006 18:26:56 -0000 1.612.2.15
+++ modules/user.module 2 Aug 2006 18:09:22 -0000
@@ -900,7 +900,7 @@ function user_login($msg = '') {
// Display login form:
if ($msg) {
- $form['message'] = array('#value' => "read more 48 reads
|
| Copyright 2006 TwoGrunts.com. All rights reserved. Please visit our other sites: ProblemBoss.com | FarkedManager.com | RubyPowered.com |