-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
143 lines (137 loc) · 4.67 KB
/
index.html
File metadata and controls
143 lines (137 loc) · 4.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>CakeMojo</title>
<meta name="generator" content="LibreOffice 5.1.6.2 (Linux)"/>
<meta name="created" content="00:00:00"/>
<meta name="changed" content="2017-09-29T20:15:37.110049264"/>
<meta name="description" content="CakeMojo : Grupo de usuarios CakePHP en español"/>
<meta name="" content=""/>
<meta name="created" content="00:00:00">
<meta name="changed" content="2017-09-29T20:11:40.603557225">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<!-- HEADER -->
<style type="text/css">
body {color: lightgray;}
h1 {
margin-left: 0.1in;
margin-right: 0.1in;
margin-top: 0.1in;
margin-bottom: 0.1in;
font-family: "Lucida Grande", "Calibri", "Helvetica", "Arial", sans-serif;
font-size: 27pt;
letter-spacing: -0.8pt;
line-height: 150%
}
p {
margin-left: 0.1in;
margin-right: 0.1in;
margin-top: 0.1in;
margin-bottom: 0.16in;
font-family: "Myriad Pro", "Calibri", "Helvetica", "Arial", sans-serif;
font-size: 12pt;
line-height: 150%
}
h2 {
margin-left: 0.1in;
margin-right: 0.1in;
margin-top: 0.1in;
margin-bottom: 0.1in;
background: transparent;
border: none;
padding: 0in;
font-family: "Lucida Grande", "Calibri", "Helvetica", "Arial", sans-serif;
font-size: 24pt;
letter-spacing: -0.8pt;
line-height: 150%
}
h3 {
margin-left: 0.1in;
margin-right: 0.1in;
margin-top: 0.1in;
margin-bottom: 0.1in;
font-family: "Lucida Grande", "Calibri", "Helvetica", "Arial", sans-serif;
font-size: 18pt;
letter-spacing: -0.8pt;
line-height: 150%
}
a:link {
color: #007edf;
text-decoration: none
}
a:visited {
color: #007edf;
text-decoration: none
}
</style>
</head>
<body lang="en-US" link="#007edf" vlink="#007edf" bgcolor="#212121" dir="ltr"
style="border: none; padding: 0in">
<div id="header_wrap" dir="ltr">
<p><a name="forkme_banner"></a><a href="https://github.com/cakemojo">View
on GitHub</a>
</p>
<h1><a name="project_title"></a>CakeMojo</h1>
<h2><a name="project_tagline"></a>Grupo de
usuarios CakePHP en español</h2>
</div>
<div id="main_content_wrap" dir="ltr">
<h3><a name="bienvenido"></a>Bienvenido</h3>
<ul>
<li>10/10/2018</li>
<ul>
<li>
API Token authentication usando CakeDC/Users Plugin
</li>
<li>
Comenzamos a trabajar en el repo de CakePHP ORM By Example, discusiendo formas de implementar las queries propuestas.
</li>
</ul>
<li/>
<li/>
<p>29/6/2018</p>
<ul>
<li/>
<p>Comenzamos migración del plugin a 3.6.x</p>
<li/>
<p>Revisamos todos los cambios de Cake 3.3 a 3.6.x</p>
<li/>
<p>Discutimos varios cambios y optimizaciones, binaryuuid</p>
</ul>
<li/>
<p>1/3/2018</p>
<ul>
<li/>
<p>Comenzamos un PR al book para mejorar el capítulo de asociaciones, concretamente belongsToMany "through"</p>
<li/>
<p>Instalamos phppm e hicimos algunos benchmarks <a href="https://github.com/CakeDC/cakephp-phppm">https://github.com/CakeDC/cakephp-phppm</a></p>
</ul>
<li/>
<p>29/9/2017</p>
<ul>
<li/>
<p>Revisamos la clase basic, para
descubrir cosas como ‘dd’</p>
<li/>
<p>Jugamos con la nueva integración
de donenv plugin en 3.5</p>
<li/>
<p>Instalamos oh-my-zsh</p>
<li/>
<p>Integramos Twig con
<a href="https://github.com/WyriHaximus/TwigView">https://github.com/WyriHaximus/TwigView</a>
</p>
<li/>
<p>Hackeamos a través del router una
aplicación de ejemplo para que puedan coexistir a la vez vistas
en twig y estándar de cake</p>
</ul>
</ul>
</div>
<div id="footer_wrap" dir="ltr">
<p><!-- FOOTER -->Published with <a href="https://pages.github.com/">GitHub
Pages</a></p>
</div>
</body>
</html>